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,--expressflag 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.
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
2026
2026
2025
2025
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.