APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
struct APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
struct APIGatewayV2Request
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Escapable
protocol Sendable
init(from decoder: Decoder) throws
let body: String?
let context: Context
let cookies: [String]
let headers: HTTPHeaders
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.