-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 3400-bug-snsschema-subject-nullish
- Loading branch information
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ title: We Made This (Community) | |
description: Blog posts, tutorials, and videos about Powertools for AWS Lambda (TypeScript) created by the Powertools Community. | ||
--- | ||
|
||
<!-- markdownlint-disable MD043 --> | ||
<!-- markdownlint-disable MD043 MD013 --> | ||
|
||
This space is dedicated to highlight our awesome community content featuring Powertools 🙏! | ||
|
||
|
@@ -17,9 +17,7 @@ Join us on [Discord](https://discord.gg/B8zZKbbyET){target="_blank"} to connect | |
|
||
## Blog posts | ||
|
||
<!-- markdownlint-disable MD013 --> | ||
### Lambda Powertools - great defaults for batteries that aren't quite (but should be) included | ||
<!-- markdownlint-enable MD013 --> | ||
|
||
> **Author: [Mike Roberts](mailto:[email protected]) [:material-twitter:](https://twitter.com/mikebroberts){target="_blank"}** | ||
|
@@ -61,12 +59,28 @@ A two parts series that gives an overview of Powertools and its features startin | |
|
||
* [Lambda Powertools TypeScript is Generally Available](https://dev.to/aws-builders/lambda-powertools-typescript-is-generally-available-1dm8){target="_blank"} | ||
|
||
<!-- markdownlint-disable MD013 --> | ||
### EventBridge: working around API Destination 5s maximum client timeout constraint, using Powertools for AWS Lambda Idempotency | ||
<!-- markdownlint-enable MD013 --> | ||
|
||
> **Author: [Paul Santus](https://www.linkedin.com/in/paulsantus/){target="_blank"} :material-linkedin:** | ||
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. | ||
|
||
* [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"} | ||
|
||
## Videos | ||
|
||
### Supercharge Lambda functions with Powertools for AWS Lambda | ||
|
||
> **Author: [Raphael Manke](https://www.linkedin.com/in/raphael-manke/){target="_blank"} :material-linkedin:** | ||
An overview of all the Powertools for AWS Lambda features put into a real world example. | ||
|
||
<iframe width="620" height="378" src="https://youtu.be/DYf7kpR24dk?si=qm2wWg0asxLUY8xe" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
|
||
### AWS re:Invent 2024 - Gain expert-level knowledge about Powertools for AWS Lambda (OPN402) | ||
|
||
> **Author: [Andrea Amorosi](https://www.linkedin.com/in/dreamorosi/){target="_blank"} :material-linkedin:** | ||
Did you learn serverless best practices but are unsure about implementation? Have you used Powertools for AWS Lambda but felt you barely scratched the surface? This session dives deep into observability practices, safe retries with idempotency, mono- and multi-function APIs, and more. Learn about each practice in depth, achieve expert-level knowledge, and hear from maintainers about what’s next. | ||
|
||
<iframe width="620" height="378" src="https://youtu.be/kxJTq8FTkDA?si=tV75z2HVGlPxYtPA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |