Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
isBase64Encoded
ALB.swift:49let isBase64Encoded: Bool
let isBase64Encoded: Bool
s15AWSLambdaEvents21ALBTargetGroupRequestV15isBase64EncodedSbvp
What are these?SJYF
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 Bool
A value type whose instances are either true
or false
.
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 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.