Record: APIGatewayProxyRequest
Represents the AWS API Gateway proxy request details received from AWS when the gateway is triggered.
Fields
- 'resource string
- path string
- httpMethod string
- requestContext map<string>
- headers map<string>
- multiValueHeaders map<string[ ]>
- queryStringParameters map<string>
- multiValueQueryStringParameters map<string[ ]>
- pathParameters map<string>
- stageVariables map<string>
- body string
- isBase64Encoded boolean
the URL path of the caller
HTTP method of the request
request context of the request
headers of the request
multi value headers (if they are enabled)
query string parameters of the request
multi value query string parameters of the request
path parameters of the request
stage variables of the stage in the API Gateway
body of the request
field to identify if the content is Base64 encoded