ALBTargetGroupRequest
ALBTargetGroupRequest
contains data originating from the ALB Lambda target group integration.
struct ALBTargetGroupRequest
ALBTargetGroupRequest
contains data originating from the ALB Lambda target group integration.
struct ALBTargetGroupRequest
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
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]
let requestContext: Context
struct Context
Context
contains information to identify the load balancer invoking the lambda.
struct ELBContext
ELBContext
contains information to identify the ARN invoking the lambda.