DynamoDB Streams | Capture Table Activity using Dynamo DB Streams | Trigger Lambda for processing

Опубликовано: 04 Октябрь 2024
на канале: JasCloudTech
721
17

A DynamoDB stream is an ordered flow of information about changes to items in a DynamoDB table. When you enable a stream on a table, DynamoDB captures information about every modification to data items in the table
Stream records can be used for
Kinesis Data Streams/Client library
AWS LAMBDA
Data is retained for 24 Hours

Previous Videos on Dynamo DB
   • AWS DynamoDB NoSQL Database | DynamoD...  
   • DynamoDB Local Secondary Index(LSI) a...  

Previous Videos on AWS Lambda
   • AWS Lambda Tutorial For Beginners | W...  
   • AWS lambda | Launch EC2 Instance usin...