APIGatewayRequest
APIGatewayRequest
contains data coming from the API Gateway.
struct APIGatewayRequest
APIGatewayRequest
contains data coming from the API Gateway.
struct APIGatewayRequest
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: any Decoder) throws
let body: String?
let headers: HTTPHeaders
let httpMethod: HTTPRequest.Method
let isBase64Encoded: Bool
let multiValueHeaders: HTTPMultiValueHeaders
let multiValueQueryStringParameters: [String : [String]]
let path: String
let pathParameters: [String : String]
let queryStringParameters: [String : String]
let requestContext: Context
let resource: String
let stageVariables: [String : String]
struct Context