ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

245 / 474

Question 245:

Your development team is currently planning on moving an on-premise data store to AWS DynamoDB. There were triggers defined in the prior database which was used for updates to existing items. How can you achieve the same when the movement is made to DynamoDB in the easiest way possible?

Answer options:

A.Define triggers in DynamoDB for each table.
B.Define Lambda functions in response to events from DynamoDB Streams.
C.Define SNS topics in response to events from DynamoDB Streams.
D.Define SQS topics in response to events from DynamoDB Streams.