Skip to content

Commit 619aabb

Browse files
authored
docs(maintenance): add community content (#3190)
1 parent 42b0fb7 commit 619aabb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/we_made_this.md

+10
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,13 @@ A two parts series that gives an overview of Powertools and its features startin
6060
* [First Look at Lambda Powertools TypeScript](https://dev.to/aws-builders/first-look-at-lambda-powertools-typescript-2k3p){target="_blank"}
6161

6262
* [Lambda Powertools TypeScript is Generally Available](https://dev.to/aws-builders/lambda-powertools-typescript-is-generally-available-1dm8){target="_blank"}
63+
64+
<!-- markdownlint-disable MD013 -->
65+
### EventBridge: working around API Destination 5s maximum client timeout constraint, using Powertools for AWS Lambda Idempotency
66+
<!-- markdownlint-enable MD013 -->
67+
68+
> **Author: [Paul Santus](https://www.linkedin.com/in/paulsantus/){target="_blank"} :material-linkedin:**
69+
70+
This article discusses how to use the 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.
71+
72+
* [https://dev.to/aws-builders/eventbridge-working-around-api-destination-5s-maximum-client-timeout-constraint-using-lambda-powertools-idempotency-1cb3](https://dev.to/aws-builders/eventbridge-working-around-api-destination-5s-maximum-client-timeout-constraint-using-lambda-powertools-idempotency-1cb3){target="_blank"}

0 commit comments

Comments
 (0)