Amazon API Gateway Extension to OpenAPI: Difference between revisions

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


{{External|[https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.html x-amazon-apigateway-integration]}}
{{External|[https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.html x-amazon-apigateway-integration]}}
{{External|[https://docs.aws.amazon.com/apigateway/api-reference/resource/integration Integration]}}


'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]].

Revision as of 21:41, 25 March 2019

External

Internal

Organizatorium

Extensions

x-amazon-apigateway-integration

x-amazon-apigateway-integration
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