-
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
(aws-iot-actions): Unable to bind two TopicRule with the same action of a lambda function #17508
Comments
Thanks for opening the issue @aritzg! @yamatatsu do you mind taking a look? |
The whole error stack is as follows
|
@aritzg Thanks for your polite report! |
|
What is the problem?
cdk synth throws when binding TopicRule to same LambdaFunctionAction
Same error happens if more than one TopicRule is bind to function in any way.
For example in:
Reproduction Steps
What did you expect to happen?
I expected two TopicRules would be bind to the same lambda function action.
What actually happened?
Error is thrown when trying "cdk synth"
CDK CLI Version
1.132.0
Framework Version
No response
Node.js Version
v16.13.0
OS
Ubuntu 20.04.2 LTS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: