Json example for data_base64 test
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
59962ba689
commit
79dd762367
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue