Created
May 24, 2018 10:40
-
-
Save adhorn/a2ad8cdba586e1c1e231bd007f0f064b to your computer and use it in GitHub Desktop.
DynamoDB stream object - type INSERT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
u'Records':[ | |
{ | |
u'eventID':u'09a77cc835e8baeeeec400efc3d69295', | |
u'eventVersion':u'1.1', | |
u'dynamodb':{ | |
u'SequenceNumber':u'45152900000000035196046782', | |
u'Keys':{ | |
u'item_id':{ | |
u'S':u'foobar11' | |
} | |
}, | |
u'SizeBytes':131, | |
u'NewImage':{ | |
u'aws:rep:updatetime':{ | |
u'N':u'1527157921.287001' | |
}, | |
u'item_id':{ | |
u'S':u'foobar11' | |
}, | |
u'aws:rep:updateregion':{ | |
u'S':u'us-west-2' | |
}, | |
u'session_comment':{ | |
u'S':u'It is a love hate relationship' | |
} | |
}, | |
u'ApproximateCreationDateTime':1527157920.0, | |
u'StreamViewType':u'NEW_AND_OLD_IMAGES' | |
}, | |
u'awsRegion':u'us-east-1', | |
u'eventName':u'INSERT', | |
u'eventSourceARN':u'arn:aws:dynamodb:us-east-1:xxxxxxxx:table/global2/stream/2018-05-14T21:09:15.761', | |
u'eventSource':u'aws:dynamodb' | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment