Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
rawPath
APIGateway+V2.swift:96let rawPath: String
let rawPath: String
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: Decoder) throws
let body: String?
let context: Context
let cookies: [String]
let headers: HTTPHeaders
let isBase64Encoded: Bool
let pathParameters: [String : String]
let queryStringParameters: [String : String]
let rawQueryString: String
let routeKey: String
let stageVariables: [String : String]
let version: String
struct Context
Context
contains information to identify the AWS account and resources invoking the Lambda function.