Initializerswift-aws-lambda-events 1.0.0AWSLambdaEvents
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15AWSLambdaEvents17APIGatewayRequestV7ContextV8IdentityV4fromAGs7Decoder_p_tKcfc
What are these?46ID2
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Identity
struct APIGatewayRequest
APIGatewayRequest
contains data coming from the API Gateway.
struct Context
protocol Decoder
A type that can decode values from a native format into in-memory representations.
let accountId: String?
let apiKey: String?
let caller: String?
let cognitoAuthenticationProvider: String?
let cognitoAuthenticationType: String?
let cognitoIdentityPoolId: String?
let sourceIp: String?
let user: String?
let userAgent: String?
let userArn: String?