-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDK Hotswap Feature : AWS::SQS::Queue Attribute Support #30841
Comments
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
I'll take a look at it and let you know shortly |
Hi @khushail , I think it's related. From the thread I gathered that the cross stack references are linked to the issue occuring. My SQS references a lambda which references a stack with S3 resources and another lambda which references a stack with AppSync/DynamoDb resources. The lambdas are declared in the stack of the resources that they reference. I tried removing the references between the lambda and the S3 and AppSync/DynamoDB resources. Hotswap still doesn't work. I then moved the SQS and both lambdas to the same stack and this allows hotswap to work again. This sheds some light on the issue but it's not a workable solution for me because I cannot re-add access to my S3, AppSync/DynamoDB resources without running into a circular dependency issues. |
Thank you @khushail . I'll continue following up on the thread you referenced. |
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the bug
A project with the L3 construct LambdaToSqsToLambda falls back to full deployments everytime because of the SQS Queue
Expected Behavior
A hotswap is perfomed.
Current Behavior
A full deployment is performed.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.147.0 (build 3338fc0)
Framework Version
No response
Node.js Version
20.9.0
OS
macOS 14.5, arm64
Language
TypeScript
Language Version
5.5.2
Other information
No response
The text was updated successfully, but these errors were encountered: