Bird
0
0

Which AWS service is commonly used to trigger a Lambda function when a DynamoDB table is updated?

easy🧠 Conceptual Q2 of 15
DynamoDB - with Serverless
Which AWS service is commonly used to trigger a Lambda function when a DynamoDB table is updated?
AAWS CloudWatch Logs
BAWS S3
CDynamoDB Streams
DAWS SNS
Step-by-Step Solution
Solution:
  1. Step 1: Identify event sources for Lambda

    Lambda can be triggered by various AWS services, but DynamoDB Streams captures table changes.
  2. Step 2: Match DynamoDB updates to trigger

    DynamoDB Streams sends change events to Lambda on table updates.
  3. Final Answer:

    DynamoDB Streams -> Option C
  4. Quick Check:

    Trigger source for DynamoDB updates = DynamoDB Streams [OK]
Quick Trick: DynamoDB Streams capture table changes for Lambda triggers [OK]
Common Mistakes:
MISTAKES
  • Choosing unrelated services like S3 or SNS
  • Confusing CloudWatch Logs with event triggers

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes