AWS::Cognito::UserPool: not supported for hotswap deployments #30838
Labels
bug
This issue is a bug.
cli
Issues related to the CDK CLI
effort/medium
Medium work item – several days of effort
p2
package/tools
Related to AWS CDK Tools or CLI
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Every time I run
cdk deploy
with--hotswap
or--hotswap-fallback
I am notified that I have non-Asset changes and it must fall back to a full deploymentExpected Behavior
hotswap
succeeds without needing to fall back to a full deployment.It seems like these /should/ be hotswappable changes, since they are just settings of my
UserPool
. By not being hotswappable, this issue slows down my deployments.Current Behavior
Reproduction Steps
UserPool
with these settings:cdk deploy --hotswap
orcdk deploy --hotswap-fallback
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.148.0 (build e5740c0)
Framework Version
No response
Node.js Version
v20.11.1
OS
Ubuntu 22.04.4 LTS
Language
TypeScript
Language Version
5.4.3
Other information
No response
The text was updated successfully, but these errors were encountered: