Cannot update lambda EventSourceMapping after creation #1038
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
What happened?
If I create a EventSourceMapping for a AWS Lambda function and I want to update the resource, I get the error
Also after running pulumi refresh I keep getting it.
Expected Behavior
Being able to update an event source map.
Steps to reproduce
Stack code example:
Run the above stack (sorry if I overlooked any missing variable). After being upped remove the
filterCriteria
key from the EventSourceMapping and up again (not specific for this key, but that was my update).You should get the error:
Output of
pulumi about
Additional context
I found out that the requested items by AWS are for Kafka and MQ clusters, which is not related to dynamodb streams at all.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: