2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
As far as I know, it is not possible to increase the timeout value of the EventBridge destination API.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-api-destinations.html
Is there some kind of access restriction on the API side?
0
There is no way to lift the 5s API Destination timeout. But you can nicely work around it, using and intermediate Lambda (invoked through an API Gateway) and Lambda PowerTools IdemPotency as this blog post explains: https://dev.to/aws-builders/eventbridge-working-around-api-destination-5s-maximum-client-timeout-constraint-using-lambda-powertools-idempotency-1cb3
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 4 years ago

Thanks for confirming that the timeout cannot be increased! Too bad! As far as I know, there isn't any restriction, the request reaches the endpoint and should be getting a 200 right away. That same endpoint works fine in another AWS account. I'm tempted to re-create all the event bus and rules again just to see if that makes any difference :(