Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
amr
APIGateway+V2.swift:42let amr: [String]?
let amr: [String]?
s15AWSLambdaEvents19APIGatewayV2RequestV7ContextV10AuthorizerV3IAMV15CognitoIdentityV3amrSaySSGSgvp
What are these?1RM28
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct CognitoIdentity
struct APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
struct Context
Context
contains information to identify the AWS account and resources invoking the Lambda function.
struct Authorizer
Authorizer
contains authorizer information for the request context.
struct IAM
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let identityId: String?
let identityPoolId: String?