Skip to content

Instantly share code, notes, and snippets.

@mariobittencourt
Created June 9, 2020 19:33
Show Gist options
  • Save mariobittencourt/b2b2497896924f1fe0f938d474118766 to your computer and use it in GitHub Desktop.
Save mariobittencourt/b2b2497896924f1fe0f938d474118766 to your computer and use it in GitHub Desktop.
DynamoDB records to lambda
{
"Records": [
{
"eventID": "54436bc389eb70304e166170e60a3644",
"eventName": "INSERT",
"eventVersion": "1.1",
"eventSource": "aws:dynamodb",
"awsRegion": "your-region",
"dynamodb": {
},
"eventSourceARN": "arn:aws:dynamodb:your-region:your-account:table/orders/stream/2020-06-03T01:49:52.333"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment