From f7615c3b5da0db548892ca44dc1c73dd94c78519 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Tue, 9 Jan 2024 10:23:59 +0000 Subject: [PATCH 1/2] Adding new content --- docs/we_made_this.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/we_made_this.md b/docs/we_made_this.md index c3abaaa1dfa..308876a67f8 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -96,6 +96,14 @@ This blog post focuses on the importance of idempotency in distributed services * [Implementing Idempotency in Serverless Architectures](https://medium.com/@nuatmochoi/implementing-idempotency-in-serverless-architectures-f9079ef1c7da){target="_blank" rel="nofollow"} +### Creating a serverless API using Powertools for AWS Lambda and CDK + +This blog post showcases how to use AWS CDK and Powertools for AWS Lambda, along with Amazon API Gateway and AWS Lambda, to effortlessly deploy scalable infrastructure with just a few lines of code. + +> **Author: [Thomas Taylor](https://www.linkedin.com/in/iamthomastaylor/){target="_blank" rel="nofollow"}** :material-linkedin: + +[Creating a serverless API using Powertools for AWS Lambda and CDK](https://how.wtf/creating-a-serverless-api-using-aws-lambda-powertools-and-cdk.html){target="_blank" rel="nofollow"} + ## Videos #### Building a resilient input handling with Parser From a79dc3271078f78fc698db3527301e34017643be Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Tue, 9 Jan 2024 14:00:46 +0000 Subject: [PATCH 2/2] Adressing Ruben's feedback --- 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 308876a67f8..74d68e29227 100644 --- a/docs/we_made_this.md +++ b/docs/we_made_this.md @@ -96,7 +96,7 @@ This blog post focuses on the importance of idempotency in distributed services * [Implementing Idempotency in Serverless Architectures](https://medium.com/@nuatmochoi/implementing-idempotency-in-serverless-architectures-f9079ef1c7da){target="_blank" rel="nofollow"} -### Creating a serverless API using Powertools for AWS Lambda and CDK +### Creating a serverless API using Powertools for AWS Lambda and AWS CDK This blog post showcases how to use AWS CDK and Powertools for AWS Lambda, along with Amazon API Gateway and AWS Lambda, to effortlessly deploy scalable infrastructure with just a few lines of code.