Skip to content

ger0nimo/aws-lambda-dynamodb-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

aws-lambda-dynamodb-stream

  1. Enable Dynamodb table by choosing the different type of stream.

    a. Keys only - only the key attributes of the modified item

    b. New image - the entire item, as it appears after it was modified

    c. Old image - the entire item, as it appeared before it was modified

    d. New and old images - both the new and the old images of the item

  2. Go to the Table / Trigger Tab and select existing lambda(streamTriggered).

About

Simple DynamoDB Stream Trigger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published