Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
cognitoIdentity
APIGateway+V2.swift:50let cognitoIdentity: CognitoIdentity?
let cognitoIdentity: CognitoIdentity?
s15AWSLambdaEvents19APIGatewayV2RequestV7ContextV10AuthorizerV3IAMV15cognitoIdentityAI07CognitoJ0VSgvp
What are these?6RHFV
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct IAM
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 CognitoIdentity
init(from decoder: any Decoder) throws
let accessKey: String?
let accountId: String?
let callerId: String?
let principalOrgId: String?
let userArn: String?
let userId: String?