Amazon API Gateway Extension to OpenAPI

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Organizatorium

Extensions

x-amazon-apigateway-integration

x-amazon-apigateway-integration

'x-amazon-apigateway-integration' specifies the details of the backend integration for a specific OpenAPI operation.

passthroughBehavior

passthroughBehavior

A string that specifies how a request payload of unmapped content is passed through the integration request without modification. Supported values:

  • when_no_templates
  • when_no_match
  • never