Skip to content

APIGateway_V2_Request_Context

pokryfka edited this page Oct 1, 2020 · 2 revisions

APIGateway.V2.Request.Context

Context contains the information to identify the AWS account and resources invoking the Lambda function.

public struct Context: Codable

Inheritance

Codable

Properties

accountId

let accountId: String

apiId

let apiId: String

domainName

let domainName: String

domainPrefix

let domainPrefix: String

stage

let stage: String

requestId

let requestId: String

http

let http: HTTP

authorizer

let authorizer: Authorizer?

time

The request time in format:​ 23/Apr/2020:​11:​08:​18 +0000

let time: String

timeEpoch

let timeEpoch: UInt64
Clone this wiki locally