Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
http
APIGateway+V2.swift:85let http: HTTP
let http: HTTP
s15AWSLambdaEvents19APIGatewayV2RequestV7ContextV4httpAE4HTTPVvp
What are these?2MDSQ
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Context
Context
contains information to identify the AWS account and resources invoking the Lambda function.
struct APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
struct HTTP
init(from decoder: any Decoder) throws
let accountId: String
let apiId: String
let authentication: Authentication?
let authorizer: Authorizer?
let domainName: String
let domainPrefix: String
let requestId: String
let stage: String
let time: String
The request time in format: 23/Apr/2020:11:08:18 +0000
let timeEpoch: UInt64
struct Authentication
struct Authorizer
Authorizer
contains authorizer information for the request context.