Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
requestContext
APIGatewayLambdaAuthorizers.swift:55let requestContext: Context?
let requestContext: Context?
s15AWSLambdaEvents33APIGatewayLambdaAuthorizerRequestV14requestContextAC0H0VSgvp
What are these?7FAIN
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct APIGatewayLambdaAuthorizerRequest
APIGatewayLambdaAuthorizerRequest
contains the payload sent to a Lambda Authorizer function
struct Context
Context
contains information to identify the AWS account and resources invoking the Lambda function.
init(from decoder: any Decoder) throws
let headers: [String : String]
let identitySource: [String]
let rawPath: String
let rawQueryString: String
let routeArn: String?
let routeKey: String
let type: String
let version: String