-
Trying to test Idempotent using an Event Bridge Event and getting data written out to the dynamodb table. But the data in the row is the full event object, not just the detail that I specified in the Idempotent config. Any help will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
johnlongo
Apr 15, 2022
Replies: 1 comment
-
I just found out that the data attribute is the response from the lambda function and not the key used. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johnlongo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just found out that the data attribute is the response from the lambda function and not the key used.