-
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 migrate: could not be generated because Tags is not a valid property for resource LambdaEventSourceMapping #31987
Comments
Followed below mentioned steps using CDK version
Result:
The error is different from the one reported by user though. Related issue #31696. @mpMelnikov Thanks for reporting the issue. I got a different error than the one you mentioned. There is an existing issue #31696 for Thanks, |
Hi @ashishdhingra, thank you for your test! I'll check it again in clean environment by the end of this week. |
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 am still here and need more time. |
Sure. I will re-add response requested label. |
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 confirm that the error I observe is different from the one seen by Ashish. What have I done to reproduce it again?
|
Describe the bug
When I try to generate CDK code for my Lambda using
cdk migrate --from-scan most-recent --region eu-south-2 --stack-name ai-news-stack --filter tag-key="project",tag-value="ai-news" --verbose
I see the error:Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
cdk migrate --from-scan most-recent --region eu-south-2 --stack-name ai-news-stack --filter tag-key="project",tag-value="ai-news" --verbose
is executed without errors and CDK code is generated.Current Behavior
When I try to generate CDK code for my Lambda using
cdk migrate --from-scan most-recent --region eu-south-2 --stack-name ai-news-stack --filter tag-key="project",tag-value="ai-news" --verbose
I see the error:Reproduction Steps
cdk init app --language csharp
orcdk init app --language javascript
cdk bootstrap aws://000000000000:eu-south-2
cdk migrate --from-scan most-recent --region eu-south-2 --stack-name ai-news-stack --filter tag-key="project",tag-value="ai-news" --verbose
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.165.0 (build 00f70f1)
Framework Version
No response
Node.js Version
v18.18.2
OS
Ubuntu 22.04.5 LTS
Language
.NET
Language Version
6.0.135
Other information
No response
The text was updated successfully, but these errors were encountered: