nerdexam
Amazon

DVA-C02 · Question #22

A developer is working on a serverless application that needs to process any changes to an Amazon DynamoDB table with an AWS Lambda function. How should the developer configure the Lambda function to

The correct answer is C. Enable DynamoDB Streams on the table. Create a trigger to connect the DynamoDB stream to. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.Lambda.html

Submitted by rohit_dlh· Mar 5, 2026Development with AWS Services

Question

A developer is working on a serverless application that needs to process any changes to an Amazon DynamoDB table with an AWS Lambda function. How should the developer configure the Lambda function to detect changes to the DynamoDB table?

Options

  • ACreate an Amazon Kinesis data stream, and attach it to the DynamoDB table. Create a trigger to
  • BCreate an Amazon EventBridge rule to invoke the Lambda function on a regular schedule.
  • CEnable DynamoDB Streams on the table. Create a trigger to connect the DynamoDB stream to
  • DCreate an Amazon Kinesis Data Firehose delivery stream, and attach it to the DynamoDB table.

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    86% (30)
  • D
    9% (3)

Explanation

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.Lambda.html

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice