aws-cdk 2.1109.0 → 2.1110.0

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.
package/README.md CHANGED
@@ -705,8 +705,8 @@ hotswap your stacks while respecting inter-stack dependencies.
705
705
  $ cdk watch --concurrency 5
706
706
  ```
707
707
 
708
- **Note**: This command is considered experimental, and might have breaking changes in the future.
709
- The same limitations apply to to `watch` deployments as do to `--hotswap` deployments. See the
708
+ **Note**: The same limitations apply to to `watch` deployments as do to `--hotswap` deployments.
709
+ It is not recommended to use `watch` for production deployments. See the
710
710
  *Hotswap deployments for faster development* section for more information.
711
711
 
712
712
  ### `cdk import`