Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
stageVariables
FunctionURL.swift:83let stageVariables: [String : String]?
let stageVariables: [String : String]?
s15AWSLambdaEvents18FunctionURLRequestV14stageVariablesSDyS2SGSgvp
What are these?4O7G0
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct FunctionURLRequest
FunctionURLRequest contains data coming from a bare Lambda Function URL
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let body: String?
let cookies: [String]?
let headers: HTTPHeaders
let isBase64Encoded: Bool
let pathParameters: [String : String]?
let queryStringParameters: [String : String]?
let rawPath: String
let rawQueryString: String
let requestContext: Context
let routeKey: String
let version: String
struct Context