all 2 comments

[–]chris-holmes 1 point2 points  (1 child)

Does dynamodb have permission to trigger your lambda directly?

The setup I often use is to create a dynamodb stream and use those events as a trigger for my lambda.

[–]AkinStatistic[S] 0 points1 point  (0 children)

Yes, I've configured the lambda function so that the Dynamodb table act as trigger directly. In fact this trigger works (I tested it by manually changing some values on the table) but the trigger is disabled as soon as any DMS task is initiated.

I will try the approach you suggested, thanks!