Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
resourcePath
LambdaGatewayProxyEvent.swift:36let resourcePath: String?
let resourcePath: String?
s15AWSLambdaEvents23LambdaGatewayProxyEventV14RequestContextV12resourcePathSSSgvp
What are these?1SZCP
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct RequestContext
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 accountID: String
let apiID: String
let authorizer: Authorizer?
let domainName: String
let domainPrefix: String
let httpMethod: HTTPRequest.Method
let path: String?
let requestID: String
let requestTime: String?
The request time in format: 23/Apr/2020:11:08:18 +0000
let requestTimeEpoch: UInt64
let stage: String
struct Authorizer
Authorizer contains authorizer information for the request context.