Initializerswift-aws-lambda-events 1.0.0AWSLambdaEvents
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15AWSLambdaEvents23LambdaGatewayProxyEventV4fromACs7Decoder_p_tKcfc
What are these?7DU3L
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct LambdaGatewayProxyEvent
LambdaGatewayProxyEvent contains data coming from the new HTTP API Gateway Proxy
protocol Decoder
A type that can decode values from a native format into in-memory representations.
let body: String?
let cookies: [String]?
let headers: HTTPHeaders
let httpMethod: String
let isBase64Encoded: Bool
let path: String
let pathParameters: [String : String]?
let queryStringParameters: [String : String]?
let requestContext: RequestContext
let resource: String
let stageVariables: [String : String]?
struct RequestContext