0 votes
in AWS by

Your application currently interacts with a DynamoDB table. Records are inserted into the table via the application. There is now a requirement to ensure that another record is inserted into a secondary table whenever items are updated in the DynamoDB primary table.

Which of the below feature should be used when developing such a solution?

1 Answer

0 votes
by

Correct option is :- B. AWS DynamoDB Streams

Related questions

0 votes
asked Apr 22 in AWS by DavidAnderson
0 votes
asked Apr 24 in AWS by DavidAnderson
...