Authorizer
APIGateway.swift:44struct Authorizer
struct Authorizer
s15AWSLambdaEvents17APIGatewayRequestV7ContextV10AuthorizerV
What are these?9D1JI
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Context
struct APIGatewayRequest
APIGatewayRequest
contains data coming from the API Gateway.
init(from decoder: any Decoder) throws
let accountId: String
let apiId: String
let authorizer: Authorizer?
let domainName: String?
let extendedRequestId: String?
let httpMethod: String
let identity: Identity
let path: String
let requestId: String
let resourceId: String
let resourcePath: String
let stage: String
struct Identity
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
let claims: [String : String]?