Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created January 20, 2019 11:09
Show Gist options
  • Save mlabouardy/07637c345f952401610b7587b1cfec9e to your computer and use it in GitHub Desktop.
Save mlabouardy/07637c345f952401610b7587b1cfec9e to your computer and use it in GitHub Desktop.
Kinesis Data Stream input event
{
"Records": [
{
"kinesis": {
"partitionKey": "partitionKey-03",
"kinesisSchemaVersion": "1.0",
"data": "SGVsbG8sIHRoaXMgaXMgYSB0ZXN0IDEyMy4=",
"sequenceNumber": "49545115243490985018280067714973144582180062593244200961",
"approximateArrivalTimestamp": 1428537600
},
"eventSource": "aws:kinesis",
"eventID": "shardId-000000000000:49545115243490985018280067714973144582180062593244200961",
"invokeIdentityArn": "arn:aws:iam::EXAMPLE",
"eventVersion": "1.0",
"eventName": "aws:kinesis:record",
"eventSourceARN": "arn:aws:kinesis:EXAMPLE",
"awsRegion": "eu-central-1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment