Initializerswift-aws-lambda-events 1.0.0AWSLambdaEvents
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15AWSLambdaEvents20APIGatewayV2ResponseV4fromACs7Decoder_p_tKcfc
What are these?8SCEO
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct APIGatewayV2Response
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(statusCode: HTTPResponse.Status, headers: HTTPHeaders? = nil, body: String? = nil, isBase64Encoded: Bool? = nil, cookies: [String]? = nil)
init<Input>(statusCode: HTTPResponse.Status, headers: HTTPHeaders? = nil, encodableBody: Input, cookies: [String]? = nil) throws where Input : Encodable
var body: String?
var cookies: [String]?
var headers: HTTPHeaders?
var isBase64Encoded: Bool?
var statusCode: HTTPResponse.Status