-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-lambda-proxy.json
More file actions
44 lines (44 loc) · 1.23 KB
/
Copy pathsample-lambda-proxy.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
{
"resource": "/test",
"path": "/test",
"httpMethod": "GET",
"headers": null,
"multiValueHeaders": null,
"queryStringParameters": {
"name": "GatewayTest"
},
"multiValueQueryStringParameters": {
"param1": [
"value1"
]
},
"pathParameters": null,
"stageVariables": null,
"requestContext": {
"path": "/test",
"accountId": "000000",
"resourceId": "szcgu3",
"stage": "test-invoke-stage",
"requestId": "7814623d-ba7d-11e8-8c8e-d983656b02d2",
"identity": {
"cognitoIdentityPoolId": null,
"cognitoIdentityId": null,
"apiKey": "test-invoke-api-key",
"cognitoAuthenticationType": null,
"userArn": "arn:aws:iam::0:",
"apiKeyId": "test-invoke-api-key-id",
"userAgent": "aws-internal/3 aws-sdk-java/1.11.398 Linux/4.9.119-0.1.ac.277.71.329.metal1.x86_64 OpenJDK_64-Bit_Server_VM/25.181-b13 java/1.8.0_181",
"accountId": "00000000",
"caller": "0000000",
"sourceIp": "test-invoke-sourcARAAAAAAAAA",
"cognitoAuthenticationProvider": null,
"user": "00000000"
},
"resourcePath": "/test",
"httpMethod": "GET",
"extendedRequestId": "NXfJLEJjvHcFSzw=",
"apiId": "i1hhg17jsl"
},
"body": null,
"isBase64Encoded": false
}