From the course: AWS Certified Developer - Associate (DVA-C02) Cert Prep
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Amazon DynamoDB Streams - Amazon Web Services (AWS) Tutorial
From the course: AWS Certified Developer - Associate (DVA-C02) Cert Prep
Amazon DynamoDB Streams
- [Instructor] In this session, we're going to be looking at DynamoDB streams. DynamoDB Streams is a feature of Amazon DynamoDB that captures item level changes that occurs on a DynamoDB table. Once you enable it, anytime you perform a right operation, such as put, update or delete, DynamoDB will detect that as an event and send a modified record to a DynamoDB stream. The condition is that a change must be made to an item for it to be considered as an event. If you insert an item using an update or put operation, but do not actually change any data in that item, DynamoDB will ignore that and it won't create a stream record of that event. So in some way, it'll prevent duplicate records if ever a change is accidentally applied twice to one item. You can then set a Lambda function to process the records from the stream in batches. The records are set as an event object to your Lambda function, which causes it to be invoked…
Contents
-
-
-
-
-
-
AWS monitoring services6m 6s
-
(Locked)
AWS X-Ray overview2m 56s
-
(Locked)
Concurrency in AWS Lambda3m 17s
-
(Locked)
Hands-on lab: AWS Lambda execution environment reuse6m 2s
-
(Locked)
Hands-on lab: AWS Lambda cold start4m 11s
-
(Locked)
Hands-on lab: Access to a CodeCommit repository6m 51s
-
(Locked)
Hands-on lab: Step Functions Workflow Studio walkthrough4m 1s
-
(Locked)
Amazon DynamoDB Secondary Indexes overview7m 54s
-
(Locked)
Amazon DynamoDB Global Secondary Index (GSI)2m 23s
-
Hands-on lab: Creating a Global Secondary Index (GSI)9m 54s
-
(Locked)
Amazon DynamoDB Local Secondary Index (LSI)4m 6s
-
(Locked)
Global Secondary Index (GSI) vs. Local Secondary Index (LSI)3m 32s
-
(Locked)
Amazon DynamoDB capacity modes4m 19s
-
(Locked)
Amazon DynamoDB RCU and WCU calculation4m 6s
-
(Locked)
Amazon DynamoDB Accelerator (DAX)3m 32s
-
(Locked)
Amazon DynamoDB Streams3m 30s
-
(Locked)
Amazon DynamoDB Time to Live (TTL)2m 24s
-
(Locked)
Amazon DynamoDB transactions5m 20s
-
(Locked)
Amazon DynamoDB global tables5m 18s
-