thebogusman

Results 1 issues of thebogusman

When you use DynamoDB Streams and handle item changes with Lambda, the incoming events look like this: ``` { "Records": [ { "eventID": "7de3041dd709b024af6f29e4fa13d34c", "eventName": "INSERT", "eventVersion": "1.1", "eventSource": "aws:dynamodb",...