Creating a simple Python API using Serverless and AWS

In this tutorial we’ll be walking through how to setup a simple serverless Python API using the serverless framework: serverless The Serverless Framework – Build applications on AWS Lambda and other next-gen cloud services, that auto-scale and only charge you when they run. This lowers the total cost of running and operating your apps, enabling you to build more and manage less. The Serverless Framework is a command-line tool that uses easy and approachable YAML syntax to deploy both your code and cloud infrastructure needed to make tons of serverless application use-cases....

July 26, 2022 · 6 min · Me