Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
requestContext
ALB.swift:48let requestContext: Context
let requestContext: Context
s15AWSLambdaEvents21ALBTargetGroupRequestV14requestContextAC0G0Vvp
What are these?626ZL
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct ALBTargetGroupRequest
ALBTargetGroupRequest
contains data originating from the ALB Lambda target group integration.
struct Context
Context
contains information to identify the load balancer invoking the lambda.
init(from decoder: any Decoder) throws
let body: String?
let headers: HTTPHeaders?
Depending on your configuration of your target group either headers
or multiValueHeaders
are set.
let httpMethod: HTTPRequest.Method
let isBase64Encoded: Bool
let multiValueHeaders: HTTPMultiValueHeaders?
Depending on your configuration of your target group either headers
or multiValueHeaders
are set.
let path: String
let queryStringParameters: [String : String]
struct ELBContext
ELBContext
contains information to identify the ARN invoking the lambda.