AWS CDK: Serverless private API with AWS Lambda Powertools

Dhiraj Khodade
4 min readJul 23, 2023

In this post we will focus on how to create serverless APIs using AWS Lambda, api gateway and we will be using AWS CDK for IaC. (Find the link to GitHub repo for complete code at the end of this tutorial)

For rapid development of AWS cloud native APIs using python we will use aws lambda powertools.

--

--