Amazon API Gateway Extension to OpenAPI
Jump to navigation
Jump to search
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