APIGatewayLambdaAuthorizerSimpleResponse
APIGatewayLambdaAuthorizerSimpleResponse
contains a simple response (yes/no) returned by a Lambda authorizer function
struct APIGatewayLambdaAuthorizerSimpleResponse
APIGatewayLambdaAuthorizerSimpleResponse
contains a simple response (yes/no) returned by a Lambda authorizer function
struct APIGatewayLambdaAuthorizerSimpleResponse
s15AWSLambdaEvents40APIGatewayLambdaAuthorizerSimpleResponseV
What are these?19NCM
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
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
init(isAuthorized: Bool, context: LambdaAuthorizerContext?)
let context: LambdaAuthorizerContext?
let isAuthorized: Bool