Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
isAuthorized
APIGatewayLambdaAuthorizers.swift:60let isAuthorized: Bool
let isAuthorized: Bool
s15AWSLambdaEvents40APIGatewayLambdaAuthorizerSimpleResponseV12isAuthorizedSbvp
What are these?9FICS
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
@frozen struct Bool
A value type whose instances are either true
or false
.
init(from decoder: any Decoder) throws
init(isAuthorized: Bool, context: LambdaAuthorizerContext?)
let context: LambdaAuthorizerContext?