Scenario: You are tasked with setting up an architecture where changes to items in an Amazon DynamoDB table should trigger AWS Lambda functions to update corresponding records in an Amazon RDS database. What steps would you take to implement this solution?
- Use Amazon EC2 Instances
- Use Amazon S3 Event Notifications
- Use DynamoDB Streams
- Use DynamoDB Triggers
DynamoDB Streams can capture changes to items in a table and trigger AWS Lambda functions, allowing you to update corresponding records in RDS.
Loading...
Related Quiz
- AWS Lambda functions integrated with API Gateway can be associated with __________, allowing for fine-grained access control.
- How does AWS Lambda handle multiple SNS messages concurrently?
- How does DynamoDB Streams handle data consistency across multiple shards?
- Scenario: Your team is considering migrating existing applications to AWS Lambda. How would you evaluate the compatibility of the current runtimes with AWS Lambda?
- How does API Gateway handle error responses from AWS Lambda functions?