Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
extendedRequestId
APIGateway.swift:59let extendedRequestId: String?
let extendedRequestId: String?
s15AWSLambdaEvents17APIGatewayRequestV7ContextV08extendedD2IdSSSgvp
What are these?10WKO
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Context
struct APIGatewayRequest
APIGatewayRequest
contains data coming from the API Gateway.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let accountId: String
let apiId: String
let authorizer: Authorizer?
let domainName: String?
let httpMethod: String
let identity: Identity
let path: String
let requestId: String
let resourceId: String
let resourcePath: String
let stage: String
struct Authorizer
struct Identity