Home icon

How CloudFormation Express mode accelerates your development cycle

DevOps & Developer Productivity Blog



This article explains CloudFormation Express mode, which speeds up development workflows by reporting stack completion as soon as resource configuration is applied rather than waiting for full stabilization.

  • Express mode completes deployments faster, enabling quicker iteration and immediate feedback on infrastructure changes
  • Resources continue becoming ready to serve traffic in the background while developers proceed to next iterations
  • Ideal for development, AI agent workflows, and dependent stack deployments where resource identifiers matter more than traffic readiness
  • Enable with single parameter: --deployment-config '{"mode": "EXPRESS"}' for AWS CLI, --express flag for CDK and SAM
  • Disables rollback by default for faster iteration; can be re-enabled with disableRollback: false
  • Supported with change sets and nested stacks; no template changes required
  • Default mode remains recommended for production deployments requiring resources ready to serve traffic before proceeding

Express mode separates "is my configuration correct" from "are my resources serving traffic," letting developers choose which question needs answering immediately.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Jun 30
2026
Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode
Jun 30
2026
AWS CloudFormation and CDK express mode speeds up infrastructure deployments by up to 4x
Nov 19
2025
Announcing CloudFormation IDE Experience: End-to-End Development in Your IDE
Nov 18
2025
AWS CloudFormation accelerates dev-test cycle with early validation and simplified troubleshooting

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.