Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(aws-apigatewayv2-integrations-alpha): support TimeoutInMillis in WebSocketLambdaIntegration #19549

Open
2 tasks
ryparker opened this issue Mar 24, 2022 · 2 comments
Labels
@aws-cdk/aws-apigatewayv2-integrations Related to AWS APIGatewayv2 Integrations effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@ryparker
Copy link
Contributor

Description

As a WebSocketLambdaIntegration user
I would like to be able to configure TimeoutInMillis
So that I can customize the timeout.

Use Case

So that my Web Socket Lambda integration times out sooner than the default 29 seconds.

Proposed Solution

Add timeoutInMillis as a prop in the WebSocketLambdaIntegration construct params.

Other information

Opened on behalf of customer. SIM: V542164665

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@ryparker ryparker added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 24, 2022
@github-actions github-actions bot added the @aws-cdk/aws-apigatewayv2-integrations Related to AWS APIGatewayv2 Integrations label Mar 24, 2022
@ryparker ryparker added p1 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. @aws-cdk/aws-apigatewayv2-integrations Related to AWS APIGatewayv2 Integrations labels Mar 24, 2022
@rix0rrr
Copy link
Contributor

rix0rrr commented Mar 30, 2022

The type should be:

timeout: Duration;

@rix0rrr rix0rrr added p2 p1 and removed p1 p2 labels Mar 30, 2022
@otaviomacedo otaviomacedo removed their assignment Jun 27, 2022
@csotomon
Copy link

csotomon commented Nov 1, 2023

Hi team, any updates about this requirement? is the same situation with aws_cdk.aws_apigatewayv2_integrations_alpha.HttpLambdaIntegration

@pahud pahud added @aws-cdk/aws-apigatewayv2-integrations Related to AWS APIGatewayv2 Integrations p2 and removed p1 labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-apigatewayv2-integrations Related to AWS APIGatewayv2 Integrations effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

5 participants