Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer implement near-real-time processing of documents in an Amazon DynamoDB table with minimal changes to existing application code?
A
Schedule hourly EC2-based scripts to check for table changes.
B
Use DynamoDB Streams to trigger a Lambda function for document processing.
C
Integrate EventBridge with Lambda for processing upon document updates.
D
Directly process documents synchronously within the application post-DynamoDB operations.