@aws/nx-plugin-mcp 1.0.0-rc.29 → 1.0.0-rc.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -382,11 +382,11 @@ Then run the deploy target:
|
|
|
382
382
|
<NxCommands commands={['deploy <my-infra> <my-infra>-sandbox/*']} />
|
|
383
383
|
|
|
384
384
|
:::tip[Express Mode for Faster Deployments]
|
|
385
|
-
The `deploy` target
|
|
385
|
+
The `deploy` target waits for full resource stabilization by default, favouring consistency over speed. To speed up iteration during development, opt into [CloudFormation express mode](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-express-mode.html) by passing CDK's `--express` flag:
|
|
386
386
|
|
|
387
|
-
|
|
387
|
+
<NxCommands commands={['deploy <my-infra> <my-infra>-sandbox/* --express']} />
|
|
388
388
|
|
|
389
|
-
|
|
389
|
+
Express mode finishes once resource configuration is confirmed applied rather than waiting for full stabilization, with propagation continuing in the background, for significantly faster iteration cycles. It is intended for development and iteration.
|
|
390
390
|
:::
|
|
391
391
|
|
|
392
392
|
:::tip[Selective Stack Deployment]
|