Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
userAgent
APIGateway.swift:36let userAgent: String?
let userAgent: String?
s15AWSLambdaEvents17APIGatewayRequestV7ContextV8IdentityV9userAgentSSSgvp
What are these?4FJBF
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Identity
struct APIGatewayRequest
APIGatewayRequest
contains data coming from the API Gateway.
struct Context
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
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 userArn: String?