powertools-lambda-typescript icon indicating copy to clipboard operation
powertools-lambda-typescript copied to clipboard

[I Made This]: EventBridge: working around API Destination 5s maximum client timeout constraint, using Lambda PowerTools idempotency

Open psantus opened this issue 6 months ago • 1 comments

Link to your material

https://dev.to/aws-builders/eventbridge-working-around-api-destination-5s-maximum-client-timeout-constraint-using-lambda-powertools-idempotency-1cb3

Description

This article discusses how to use Idempotency feature to work around EventBridge API Destinations' built-in maximum client execution timeout (5s) and allow long-running queries, while still benefitting from automated retry and DLQ, and preventing concurrent calls.

Preferred contact

https://www.linkedin.com/in/paulsantus/

(Optional) Social Network

No response

(Optional) Additional notes

I'm honoured Leandro Damascena suggested we add this blog post to the official documentation!

Acknowledgment

  • [X] I understand this content may be removed from Powertools for AWS Lambda (TypeScript) documentation if it doesn't conform with the Code of Conduct

psantus avatar Aug 24 '24 22:08 psantus