#aws-cdk

[ follow ]
DevOps
fromAmazon Web Services
1 day ago

Beyond Bootstrap: Bootstrapless CDK Deployments at GoDaddy | Amazon Web Services

GoDaddy implemented a bootstrapless AWS CDK deployment flow that enforces governance invisibly and enables single-command developer deployments.
fromInfoQ
1 week ago

AWS CDK Refactor Feature: Safe Infrastructure as Code Renaming

With the new refactor feature, the company addresses a significant pain point: previously, any change to a resource's logical ID caused by renaming or moving a construct would force AWS CloudFormation to delete and then recreate the resource. This destructive process often led to data loss and downtime for stateful resources, such as databases, causing many developers to avoid refactoring altogether.
Software development
Software development
fromAmazon Web Services
3 weeks ago

AWS Cloud Development Kit (CDK) Launches Refactor | Amazon Web Services

CDK Refactor preserves deployed AWS resources when renaming or moving constructs by mapping logical IDs to prevent CloudFormation-triggered resource replacement.
[ Load more ]