From 9af647b121cd267ab59addd732137e694fadecd2 Mon Sep 17 00:00:00 2001 From: Ran Isenberg Date: Mon, 19 Feb 2024 18:42:55 +0200 Subject: [PATCH 1/2] docs: fix incorrect line markers and evelope name --- docs/we_made_this.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index d57a0b7325c..3f2555e311a 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -39,6 +39,8 @@ A collection of articles explaining in detail how Lambda Powertools helps with a * [Effective Amazon SQS Batch Handling with Powertools for AWS Lambda (Python)](https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"} +* [Serverless API Documentation with Powertools for AWS](){:target="_blank"} + ### Making all your APIs idempotent > **Author: [Michael Walmsley](https://twitter.com/walmsles){target="_blank" rel="nofollow"}** :material-twitter: From 4897d4b9c13c69d85798ad2fd251d7a9d50c2909 Mon Sep 17 00:00:00 2001 From: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:49:17 +0200 Subject: [PATCH 2/2] Update we_made_this.md --- docs/we_made_this.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index 3f2555e311a..3139be1f7ab 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -39,7 +39,7 @@ A collection of articles explaining in detail how Lambda Powertools helps with a * [Effective Amazon SQS Batch Handling with Powertools for AWS Lambda (Python)](https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"} -* [Serverless API Documentation with Powertools for AWS](){:target="_blank"} +* [Serverless API Documentation with Powertools for AWS](https://www.ranthebuilder.cloud/post/serverless-open-api-documentation-with-aws-powertools){:target="_blank"} ### Making all your APIs idempotent