up:: [[AWS Lambda MOC]]
# Lambda Reads from DynamoDB Streams
Lambda reads records from DynamoDB streams in batches (default: 100) and processes them synchronously.
## Source
- [AWS Documentation](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html)