-
Notifications
You must be signed in to change notification settings - Fork 2
APIGateway_V2_Request_Context
pokryfka edited this page Oct 1, 2020
·
2 revisions
Context contains the information to identify the AWS account and resources invoking the Lambda function.
public struct Context: Codable
Codable
let accountId: String
let apiId: String
let domainName: String
let domainPrefix: String
let stage: String
let requestId: String
let http: HTTP
let authorizer: Authorizer?
The request time in format: 23/Apr/2020:11:08:18 +0000
let time: String
let timeEpoch: UInt64
Generated at 2020-10-02T05:43:09+0000 using swift-doc 1.0.0-beta.5.