Amazon API Gateway Extension to OpenAPI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:


'x-amazon-apigateway-integration' specifies the details of the backend integration for a specific OpenAPI [[OpenAPI_Specification#Operations|operation]].
'x-amazon-apigateway-integration' specifies the details of the backend integration for a specific OpenAPI [[OpenAPI_Specification#Operations|operation]].
====passthroughBehavior====
{{External|[https://docs.aws.amazon.com/apigateway/api-reference/resource/integration/#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

Revision as of 21:40, 25 March 2019

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