AWS CDK Articles
2 articles in the AWS CDK category — browse the collection below.
AWS CDK
Migrating a SAM CfnApplication to a CDK NestedStack Without Recreating Resources
How to replace an embedded SAM CfnApplication with a native CDK NestedStack in place, keeping the underlying Lambda and Step Functions resources and their outputs intact.
Read more
AWS CDK
Migrating AWS CDK logRetention to logGroup Without Losing Your Logs
How to safely migrate the deprecated AWS CDK logRetention prop to logGroup by importing the existing log group, so you keep your logs and avoid a failed deploy.
Read more