Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
apiId
APIGatewayLambdaAuthorizers.swift:42let apiId: String
let apiId: String
s15AWSLambdaEvents33APIGatewayLambdaAuthorizerRequestV7ContextV5apiIdSSvp
What are these?4J9Z0
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 APIGatewayLambdaAuthorizerRequest
APIGatewayLambdaAuthorizerRequest
contains the payload sent to a Lambda Authorizer function
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let accountId: String
let domainName: String
let domainPrefix: String
let http: HTTP
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 HTTP