UNPKG
sls3-legacy
Version:
latest (3.42.1)
3.42.1
3.42.0
3.41.1
SLS3 Legacy - A fork of Serverless Framework v3
github.com/deel77/sls3-legacy
deel77/sls3-legacy
sls3-legacy
/
lib
/
plugins
/
aws
/
invoke-local
/
runtime-wrappers
/
java
/
src
/
test
/
resources
/
cognito-event.json
19 lines
(18 loc)
•
344 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"context"
:
{
}
,
"event"
:
{
"datasetName"
:
"MYDATASET"
,
"eventType"
:
"SyncTrigger"
,
"region"
:
"ap-northeast-1"
,
"identityId"
:
"MYID"
,
"datasetRecords"
:
{
"key1"
:
{
"newValue"
:
"v2"
,
"oldValue"
:
"v1"
,
"op"
:
"replace"
}
}
,
"identityPoolId"
:
"MYIDPOOLID"
,
"version"
:
2
}
}