-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_event.json
116 lines (114 loc) · 2.8 KB
/
sample_event.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"path":"/nested/lambda_2_nested_example",
"headers":{
"Remote-Addr":"172.22.0.1",
"Hidden":"Test",
"Content-Type":"application/json",
"User-Agent":"PostmanRuntime/7.26.2",
"Accept":"*/*",
"Postman-Token":"67d7f769-de90-40ab-b456-a631cd8488dc",
"Host":"localhost:4566",
"Accept-Encoding":"gzip, deflate, br",
"Connection":"keep-alive",
"Content-Length":"13",
"X-Forwarded-For":"172.22.0.1, localhost:4566, 127.0.0.1, localhost:4566",
"x-localstack-edge":"https://localhost:4566",
"Authorization":"AWS4-HMAC-SHA256 Credential=__internal_call__/20160623/eu-west-1/apigateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=1234"
},
"multiValueHeaders":{
"Remote-Addr":[
"172.22.0.1"
],
"Hidden":[
"Test"
],
"Content-Type":[
"application/json"
],
"User-Agent":[
"PostmanRuntime/7.26.2"
],
"Accept":[
"*/*"
],
"Postman-Token":[
"67d7f769-de90-40ab-b456-a631cd8488dc"
],
"Host":[
"localhost:4566"
],
"Accept-Encoding":[
"gzip, deflate, br"
],
"Connection":[
"keep-alive"
],
"Content-Length":[
"13"
],
"X-Forwarded-For":[
"172.22.0.1, localhost:4566, 127.0.0.1, localhost:4566"
],
"x-localstack-edge":[
"https://localhost:4566"
],
"Authorization":[
"AWS4-HMAC-SHA256 Credential=__internal_call__/20160623/eu-west-1/apigateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=1234"
]
},
"pathParameters":{
},
"body":"{\"param1\": 1}",
"isBase64Encoded":false,
"resource":"/restapis/8qpnt0pubg/dev/_user_request_/nested/lambda_2_nested_example?a=1&b[]=2&b[]=3&c[d]=4&e=5&e=6",
"httpMethod":"POST",
"queryStringParameters":{
"a":"1",
"b[]":[
"2",
"3"
],
"c[d]":"4",
"e":[
"5",
"6"
]
},
"multiValueQueryStringParameters":{
"a":[
"1"
],
"b[]":[
[
"2",
"3"
]
],
"c[d]":[
"4"
],
"e":[
[
"5",
"6"
]
]
},
"requestContext":{
"path":"/dev/nested/lambda_2_nested_example",
"accountId":"000000000000",
"resourceId":"6nhl0tnnrd",
"stage":"dev",
"identity":{
"accountId":"000000000000",
"sourceIp":"127.0.0.1",
"userAgent":"PostmanRuntime/7.26.2"
},
"httpMethod":"POST",
"protocol":"HTTP/1.1",
"requestTime":"2021-03-11T08:22:30.368Z",
"requestTimeEpoch":1615450950368
},
"stageVariables":{
}
}