Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
headers
APIGateway+V2.swift:100let headers: HTTPHeaders
let headers: HTTPHeaders
s15AWSLambdaEvents19APIGatewayV2RequestV7headersSDyS2SGvp
What are these?9O5FJ
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
typealias HTTPHeaders = [String : String]
init(from decoder: Decoder) throws
let body: String?
let context: Context
let cookies: [String]
let isBase64Encoded: Bool
let pathParameters: [String : String]
let queryStringParameters: [String : String]
let rawPath: String
let rawQueryString: String
let routeKey: String
let stageVariables: [String : String]
let version: String
struct Context
Context
contains information to identify the AWS account and resources invoking the Lambda function.