Ready to Start Learning?

Sign in to check if you already have access, or get started with a purchase or membership.

Serverless Python on AWS

In this project, we'll be deploying a serverless webapp using Python on AWS Lambda, AWS S3, and AWS API Gateway.
Serverless apps allow us to focus on code and forget about nearly all infrastructure.
AWS Lambda makes it easy to run serverless pass and using API Gateway we'll turn our app into a REST API.
The app we're going to build is just a simple workflow and requires no web framework. Here's what it will be able to do:
  • Trigger a scraping event
  • Upload scraped items to S3
  • Load scraped results as a REST API resource
We'll be using the only following Python 3.8 packages for this to work:
  • Pandas
  • Numpy
  • Pytz
  • Requests
  • BeautifulSoup4
That's it.
If you'd like to deploy Django, Flask, FastAPI, or any other web framework to AWS Lambda. You should check out Try Zappa as it covers the depths you can go with AWS Lambda and serverless on AWS.
Serverless Python on AWS

Lifetime access to this course

or get access to 500+ courses with a membership

Serverless Python on AWS - Coding for Entrepreneurs