← All stories
● Covered by 1 source · 1 reportMedium impact

AWS Launches CloudFormation Express Mode for Faster Deployments

AWS has launched CloudFormation express mode, which marks stack operations complete once API calls succeed, reducing deployment times significantly. This mode allows resources to initialize without waiting for full stabilization, catering to faster development workflows where immediate readiness is not critical.

Key points

  • Express mode reduces deployment times for CloudFormation stacks
  • No template changes required; preserves existing features
  • Enables faster iterative development and testing workflows

Introduction of Express Mode

AWS has introduced CloudFormation express mode, which accelerates the infrastructure deployment process. This new deployment option allows CloudFormation to mark stack operations as complete immediately after the API calls for creating, updating, or deleting resources succeed, rather than waiting for those resources to stabilize.

Operational Changes and Benefits

In express mode, resources may still be initializing, meaning they are not fully operational when stack operations are marked complete. This is particularly beneficial in development environments where rapid iterations are necessary, as it aids in faster testing and deployment workflows without requiring changes to existing CloudFormation templates.

Use Cases and Performance Improvements

The express mode caters to development scenarios and situations where teams can tolerate delays in resource readiness. AWS cites examples showing performance improvements: creating an SQS queue with a dead-letter queue drops from over a minute in standard mode to under ten seconds in express mode, while deleting specific Lambda functions can go from 20–30 minutes to mere seconds.

Community Feedback and Considerations

AWS community members have expressed a long-standing concern about deployment delays with CloudFormation, with some preferring Terraform for faster deployments. The express mode, while aimed at alleviating these concerns, still requires users to choose the standard mode if they need resources to be operational before proceeding with user traffic or testing.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~39 min · 34 stories · Jul 21

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

AWS has launched CloudFormation express mode, which marks stack operations complete once API calls succeed, reducing deployment times significantly. This mode allows resources to initialize without waiting for full stabilization, catering to faster development workflows where immediate readiness is not critical.