Amazon API Gateway · Example Payload

Amazon Api Gateway Integration Example

GatewayHTTP APIREST APIServerlessWebSocket

Amazon Api Gateway Integration Example is an example object payload from Amazon API Gateway, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typehttpMethoduriconnectionTypeconnectionIdcredentialsrequestParametersrequestTemplatespassthroughBehaviorcontentHandlingtimeoutInMilliscacheNamespacecacheKeyParametersintegrationResponsestlsConfig

Example Payload

Raw ↑
{
  "type": "HTTP",
  "httpMethod": "example-httpMethod",
  "uri": "example-uri",
  "connectionType": "INTERNET",
  "connectionId": "example-connectionId",
  "credentials": "example-credentials",
  "requestParameters": {},
  "requestTemplates": {},
  "passthroughBehavior": "WHEN_NO_MATCH",
  "contentHandling": "CONVERT_TO_BINARY",
  "timeoutInMillis": 1,
  "cacheNamespace": "example-cacheNamespace",
  "cacheKeyParameters": [],
  "integrationResponses": {},
  "tlsConfig": {}
}