-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 CLI): CDK Migrate command does not filter out type Custom::* resource with flag --filter resource-type-prefix #29249
Comments
Hi @jiem-ying thanks for reaching out. Can you share your stack code snippet for reproducing the issue? Also here is the |
Or can just create a separate random Lambda function with a CR -> service token to an existing lambda function. Same issue |
Filters only work on resource scans, not on Thanks for reporting this! |
Describe the bug
I have an existing stack with one CR and one Lambda function. Following commands all face the same error:
Expected Behavior
The filter should filter the Custom:: resource out and only import the Lambda function.
Current Behavior
Error:
Reproduction Steps
Deploy a CFN stack with one CR one Lambda function Function. Use the command described above
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
1.128
Framework Version
No response
Node.js Version
20
OS
MacOS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: