core: CLI --hotswap -> We don't support attributes of the 'AWS::Cognito::UserPool' resource. #28058
Labels
bug
This issue is a bug.
cli
Issues related to the CDK CLI
effort/medium
Medium work item – several days of effort
needs-review
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
I have a stack that has a nested stack
The parent stack instantiate many resources, including a Cognito UserPool. The nested stack has only Lambda function, which use some attributes of the UserPool. When deploying and using the hotswap option, the deployment fails.
Expected Behavior
I expect the hotswap option to succeed, and successfully deploy the lambda functions in my nested stack.
Current Behavior
I get the following error:
Reproduction Steps
bin/index.ts
lib/index.ts
lib/handler.ts
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.108.1 (build 2320255)
Framework Version
No response
Node.js Version
v18.16.0
OS
Linux
Language
TypeScript
Language Version
TypeScript 4.8.4
Other information
No response
The text was updated successfully, but these errors were encountered: