<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld" -->

---
title: AWS Introduces CloudFormation Express Mode for Faster...
description: AWS has launched CloudFormation express mode, a new deployment option that marks stack operations complete as soon as the resource API call succeeds rather...
canonical: https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: AWS Introduces CloudFormation Express Mode for Faster Infrastructure Deployments | daily.dev
og:description: AWS has launched CloudFormation express mode, a new deployment option that marks stack operations complete as soon as the resource API call succeeds rather...
og:url: https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld
og:image: https://api.daily.dev/og/posts/o1q0R1PLD.png
og:image:alt: AWS Introduces CloudFormation Express Mode for Faster Infrastructure Deployments
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS Introduces CloudFormation Express Mode for Faster Infrastructure Deployments

**[InfoQ](https://daily.dev/sources/infoq)** · 3 min read · 0 upvotes · 0 comments

## Summary

AWS has launched CloudFormation express mode, a new deployment option that marks stack operations complete as soon as the resource API call succeeds rather than waiting for full stabilization. This can cut deployment times dramatically — for example, creating an SQS queue with a dead-letter queue drops from over a minute to under 10 seconds. Express mode requires no template changes, works with nested stacks and change sets, and is enabled via a CLI flag. A key tradeoff is that rollback is disabled by default, and resources may not yet be ready to serve traffic when the operation is marked complete. AWS also expanded pre-deployment validation to run automatically on every stack operation, adding new checks and a cdk validate command for CDK projects. Community reaction is mixed: some welcome the speed improvement, while others note the AI-framing is misleading and that fast feedback loops have always mattered — a key reason many developers preferred Terraform over CloudFormation.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/news/2026/07/cloudformation-express-mode>

## Similar posts on daily.dev

- [Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode](https://daily.dev/posts/accelerate-your-infrastructure-deployments-by-up-to-4x-with-aws-cloudformation-express-mode-chj9mzepa) · AWS · 0 upvotes · 0 comments
- [AWS CloudFormation and CDK express mode speeds up infrastructure deployments by up to 4x](https://daily.dev/posts/aws-cloudformation-and-cdk-express-mode-speeds-up-infrastructure-deployments-by-up-to-4x-pi9gc8yhh) · AWS · 0 upvotes · 0 comments
- [How CloudFormation express mode accelerates your development cycle](https://daily.dev/posts/how-cloudformation-express-mode-accelerates-your-development-cycle-u7odwbifb) · AWS · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#devops](https://daily.dev/tags/devops), [#terraform](https://daily.dev/tags/terraform), [#iac](https://daily.dev/tags/iac), [#aws-cloudformation](https://daily.dev/tags/aws-cloudformation)

[View this post on daily.dev](https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"AWS Introduces CloudFormation Express Mode for Faster Infrastructure Deployments","url":"https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld"},"datePublished":"2026-07-19T06:04:51.698Z","dateModified":"2026-07-19T06:05:13.146Z","description":"AWS has launched CloudFormation express mode, a new deployment option that marks stack operations complete as soon as the resource API call succeeds rather...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5fd2d21b44cb0a1d847b6009baae3fc6?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5fd2d21b44cb0a1d847b6009baae3fc6?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"InfoQ","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"InfoQ","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/afc3bced3e1e4b188dd9127017a60e0c","url":"https://daily.dev/sources/infoq"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/aws-introduces-cloudformation-express-mode-for-faster-infrastructure-deployments-o1q0r1pld","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"aws,devops,terraform,iac,aws-cloudformation","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"InfoQ","item":"https://daily.dev/sources/infoq"},{"@type":"ListItem","position":3,"name":"AWS Introduces CloudFormation Express Mode for Faster Infrastructure Deployments"}]}
```

