Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
cookies
LambdaGatewayProxyEvent.swift:68let cookies: [String]?
let cookies: [String]?
s15AWSLambdaEvents23LambdaGatewayProxyEventV7cookiesSaySSGSgvp
What are these?4ZO1E
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct LambdaGatewayProxyEvent
LambdaGatewayProxyEvent contains data coming from the new HTTP API Gateway Proxy
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let body: 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