Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
sourceIp
APIGateway+V2.swift:25let sourceIp: String
let sourceIp: String
s15AWSLambdaEvents19APIGatewayV2RequestV7ContextV4HTTPV8sourceIpSSvp
What are these?8VI5U
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct HTTP
struct APIGatewayV2Request
APIGatewayV2Request
contains data coming from the new HTTP API Gateway.
struct Context
Context
contains information to identify the AWS account and resources invoking the Lambda function.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let method: HTTPRequest.Method
let path: String
let `protocol`: String
let userAgent: String