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
Generally we recommend people write reusable constructs in 'lib'
directories, and they should put stacks there as well.
Change the init template to reflect this change.
Fixes#1128.
To avoid people having to clear out their template from the generated
topic and queue after they run 'cdk init app', make the 'app' template an
empty CDK project.
The original code has been moved to 'cdk init sample-app' (aliases: 'cdk
init sample', 'cdk init example').
Fixes#1124.
Also change the content of the templates. We recommend people write reusable constructs in 'lib'
directories, and they should put stacks there as well.
Change both init templates to reflect this change.
Fixes#1128.
The 'lib' init template used 'QueueArn' but that no long exists.
Fixes#1214.
To avoid people having to clear out their template from the generated
topic and queue after they run 'cdk init app', make the 'app' template an
empty CDK project.
The original code has been moved to 'cdk init sample-app' (aliases: 'cdk
init sample', 'cdk init example').
Fixes#1124.
Also change the content of the templates. We recommend people write reusable constructs in 'lib'
directories, and they should put stacks there as well.
Change both init templates to reflect this change.
Fixes#1128.
The 'lib' init template used 'QueueArn' but that no long exists.
Fixes#1214.
Currently the stack is in bin/ and that's non-idiomatic.
The text was updated successfully, but these errors were encountered: