APIGatewayProxyRequestEvent

  • body
    Type: string
  • headers
    Type: object
    • propertyName
      Type: string
  • httpMethod
    Type: string
  • isBase64Encoded
    Type: boolean
  • multiValueHeaders
    Type: object
    • propertyName
      Type: array string[]
  • multiValueQueryStringParameters
    Type: object
    • propertyName
      Type: array string[]
  • path
    Type: string
  • pathParameters
    Type: object
    • propertyName
      Type: string
  • queryStringParameters
    Type: object
    • propertyName
      Type: string
  • requestContext
    Type: object · APIGatewayProxyRequestEvent.ProxyRequestContext
    • accountId
      Type: string
    • apiId
      Type: string
    • authorizer
      Type: object
    • domainName
      Type: string
    • domainPrefix
      Type: string
    • extendedRequestId
      Type: string
    • httpMethod
      Type: string
    • identity
      Type: object · APIGatewayProxyRequestEvent.RequestIdentity
    • operationName
      Type: string
    • path
      Type: string
    • protocol
      Type: string
    • requestId
      Type: string
    • requestTime
      Type: string
    • requestTimeEpoch
      Type: integer Format: int64

      Signed 64-bit integers (long type).

    • resourceId
      Type: string
    • resourcePath
      Type: string
    • stage
      Type: string
  • resource
    Type: string
  • stageVariables
    Type: object
    • propertyName
      Type: string
  • version
    Type: string

Grand Public API