Amazon API Gateway · Example Payload

Amazon Api Gateway Gatewayresponse Example

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

responseTypestatusCoderesponseParametersresponseTemplatesdefaultResponse

Example Payload

Raw ↑
{
  "responseType": "example-responseType",
  "statusCode": "example-statusCode",
  "responseParameters": {},
  "responseTemplates": {},
  "defaultResponse": true
}