Json example for data_base64 test

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-10-27 10:10:06 -03:00
parent 59962ba689
commit 79dd762367
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"type": "aws.s3.object.created",
"id": "C234-1234-1234",
"time": "2018-04-26T14:48:09.769Z",
"source": "https://serverless.com",
"dataschema": "/my-schema",
"datacontenttype": "application/json",
"specversion": "1.0",
"data_base64": "bXlkYXRh",
"my-extension" : "extension-value"
}