(apigateway): support integration timeout #14123
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
API gateway lets you specify a timeout for integrations. This is available in CloudFormation (see here). However, this isn't available when using RestApi construct.
Reproduction Steps
Create any
RestApi
with an integration, can't specify the timeout directly.What did you expect to happen?
To be able to specify a custom timeout.
What actually happened?
Default timeout used.
Can use overrides to achieve (see here), but should be directly available:
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: