DynamoDB Integration
Discover how to integrate AWS Lambda with DynamoDB.
What is DynamoDB?
Amazon DynamoDB is a fully managed NoSQL database service provided by AWS. It’s designed for applications that require low latency, high performance, and seamless scalability while handling large amounts of data.
Press + to interact
AWS Lambda can listen to events coming from DynamoDB. For example, it can log data insertions and deletions so we can use this data later for analytics.