You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): no change deployment prints "hotswap deployment skipped" without hotswap flag (#24602)
The "hotswap deployment skipped" message is printed when a full deployment is performed if no changes were detected.
Before:
```
$ cdk deploy
✨ hotswap deployment skipped - no changes were detected (use --force to override)
✅ ApiStack (no changes)
```
With this PR:
```
$ cdk deploy
✅ ApiStack (no changes)
```
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments