Initializerswift-aws-lambda-events 1.0.0AWSLambdaEvents
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15AWSLambdaEvents40APIGatewayLambdaAuthorizerSimpleResponseV4fromACs7Decoder_p_tKcfc
What are these?4TBBJ
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct APIGatewayLambdaAuthorizerSimpleResponse
APIGatewayLambdaAuthorizerSimpleResponse
contains a simple response (yes/no) returned by a Lambda authorizer function
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(isAuthorized: Bool, context: LambdaAuthorizerContext?)
let context: LambdaAuthorizerContext?
let isAuthorized: Bool