#cdk
Tagged “cdk”
2 articlesInfrastructure as code
CloudFormation Express mode ships, returning success before resources are ready
AWS added an Express deployment mode to CloudFormation that reports stack operations complete as soon as resource configuration is applied, with resources continuing to become available in the background. Rollback is disabled by default.
Jul 4, 2026 · Maya OkonkwoInfrastructure as codeCloudFormation now validates every stack operation, not only change sets
AWS extended CloudFormation's pre-deployment validation to run automatically on CreateStack and UpdateStack, alongside CreateChangeSet. It hard-fails property errors and name conflicts before a stack starts rolling, with a softer warning tier that still lives only on change sets.
Jul 3, 2026 · Priya Nair