You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, thank you for building this tool. I've been waiting for such tool for a long time.
I do have a TypeScript project that parses our own DSL to CloudFormation. Now with this tool, I can easily generate CloudFormation given our DSL and the generated templates will follow whatever best practices that you guys have built in - fantastic! However, instead of runniny CLI cdk synth everytime, is there any programmatic way to generate CloudFormation?
For example, some API like new cdk.CfnBuilder().Build(app) will return a list of CF stack templates that we declared in the app, this way I can easily integrate this library with our existing tool.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, first of all, thank you for building this tool. I've been waiting for such tool for a long time.
I do have a TypeScript project that parses our own DSL to CloudFormation. Now with this tool, I can easily generate CloudFormation given our DSL and the generated templates will follow whatever best practices that you guys have built in - fantastic! However, instead of runniny CLI
cdk synth
everytime, is there any programmatic way to generate CloudFormation?For example, some API like
new cdk.CfnBuilder().Build(app)
will return a list of CF stack templates that we declared in the app, this way I can easily integrate this library with our existing tool.Thank you!
The text was updated successfully, but these errors were encountered: