Amazon API Gateway Extension to OpenAPI: Difference between revisions
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
- Example: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-as-lambda-proxy-export-swagger-with-extensions.html
- Proxy Integration Example with extension and HTTP https://docs.aws.amazon.com/apigateway/latest/developerguide/setup-http-integrations.html#api-gateway-set-up-http-proxy-integration-on-proxy-resource
Extensions
x-amazon-apigateway-integration
'x-amazon-apigateway-integration' specifies the details of the backend integration for a specific OpenAPI operation.
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