This video is a complementary piece of a previous video I have where I talked about what a serverless API is, its advantages over non-serverless APIs and how to build one using AWS lambda and api gateway. In that video, I wrote the API code in Node.js. As requested by multiple viewers, I am building a similar serverless API in Python in this video.
Support the channel plz 😊: https://www.buymeacoffee.com/felixyu
Video on how to build a serverless API in Node.js: https://www.youtube.com/watch?v=Ut5CkSz6NR0
Video on API authentication: https://www.youtube.com/watch?v=V-ac_ZvdAW4
====== Markers =======
0:00 - Intro
0:58 - Database Creation (DynamoDB)
1:44 - Lambda Function Creation
4:13 - API Gateway Configuration
8:10 - Write the CRUD API Code in Python
21:28 - Update Lambda Code
22:02 - Test the Serverless API