Created
January 20, 2019 11:09
-
-
Save mlabouardy/07637c345f952401610b7587b1cfec9e to your computer and use it in GitHub Desktop.
Kinesis Data Stream input event
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
{ | |
"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