UNPKG
lambda-event-mock
Version:
beta (2.0.0-beta1)
latest (1.5.0)
2.0.0-beta1
1.5.0
0.1.0
Mocks AWS Lambda events
github.com/vandium-io/lambda-event-mock
vandium-io/lambda-event-mock
lambda-event-mock
/
lib
/
templates
/
cloudwatch.json
11 lines
(10 loc)
•
199 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"account"
:
"123456789012"
,
"region"
:
"us-east-1"
,
"detail"
:
{
}
,
"detail-type"
:
"unset"
,
"source"
:
"unset"
,
"time"
:
"{{UTC:milliseconds=false}}"
,
"id"
:
"{{UUID}}"
,
"resources"
:
[
]
}