Skip to content

Instantly share code, notes, and snippets.

@alexcasalboni
Created June 17, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcasalboni/02d01d28ee31b07a12b74b667f06639a to your computer and use it in GitHub Desktop.
Save alexcasalboni/02d01d28ee31b07a12b74b667f06639a to your computer and use it in GitHub Desktop.
{
"messageType": "DATA_MESSAGE",
"owner": "123456789123",
"logGroup": "myLogGroup",
"logStream": "myLogStream",
"subscriptionFilters": [
"mySubscriptionFilter"
],
"logEvents": [
{
"id": "eventId1",
"timestamp": 1440442987000,
"message": "[ERROR] First test message"
},
{
"id": "eventId2",
"timestamp": 1440442987001,
"message": "[ERROR] Second test message"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment