Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
queryStringParameters
ALB.swift:33let queryStringParameters: [String : String]
let queryStringParameters: [String : String]
s15AWSLambdaEvents21ALBTargetGroupRequestV21queryStringParametersSDyS2SGvp
What are these?5KJ3S
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct ALBTargetGroupRequest
ALBTargetGroupRequest
contains data originating from the ALB Lambda target group integration.
@frozen struct String
A Unicode string value that is a collection of characters.
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 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.