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
/
apigateway.json
18 lines
(15 loc)
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"resource"
:
"/"
,
"path"
:
"/"
,
"httpMethod"
:
"GET"
,
"headers"
:
null
,
"queryStringParameters"
:
null
,
"pathParameters"
:
null
,
"stageVariables"
:
null
,
"requestContext"
:
{
"resourcePath"
:
"/"
,
"apiId"
:
"00aaa0a00a"
}
,
"body"
:
null
,
"isBase64Encoded"
:
false
}