From 9077cb1aa8400619b99886e3c3df4f8566b509da Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Thu, 12 Dec 2024 11:51:37 -0800 Subject: [PATCH 1/3] docs: add videos section in community --- docs/we_made_this.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 2d8e5b99d0..4a907045d6 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -70,3 +70,21 @@ A two parts series that gives an overview of Powertools and its features startin 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. + + + +#### 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. + + From 526d0f6ba9eedbb7ec51ac1ab00c5a778738c4f9 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Thu, 12 Dec 2024 12:49:56 -0800 Subject: [PATCH 2/3] chore: fix linting --- docs/we_made_this.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 4a907045d6..74d32cf29d 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -73,18 +73,22 @@ This article discusses how to use the Idempotency feature to work around EventBr ## Videos -#### Supercharge Lambda functions with Powertools for AWS Lambda +### 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. + + -#### AWS re:Invent 2024 - Gain expert-level knowledge about Powertools for AWS Lambda (OPN402) +### 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. + + \ No newline at end of file From 35dbb36d58985bb8ed83e360656cf7eb78efb78b Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Fri, 13 Dec 2024 01:26:12 -0800 Subject: [PATCH 3/3] chore: fix linting issues --- docs/we_made_this.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 74d32cf29d..a462830915 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -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. --- - + 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 - ### Lambda Powertools - great defaults for batteries that aren't quite (but should be) included - > **Author: [Mike Roberts](mailto:mike@symphonia.io) [:material-twitter:](https://twitter.com/mikebroberts){target="_blank"}** @@ -61,9 +59,7 @@ 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"} - ### EventBridge: working around API Destination 5s maximum client timeout constraint, using Powertools for AWS Lambda Idempotency - > **Author: [Paul Santus](https://www.linkedin.com/in/paulsantus/){target="_blank"} :material-linkedin:** @@ -79,9 +75,7 @@ This article discusses how to use the Idempotency feature to work around EventBr An overview of all the Powertools for AWS Lambda features put into a real world example. - - ### AWS re:Invent 2024 - Gain expert-level knowledge about Powertools for AWS Lambda (OPN402) @@ -89,6 +83,4 @@ An overview of all the Powertools for AWS Lambda features put into a real world 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. - - \ No newline at end of file