Lambda Tutorial

Small tutorial on how to set up a lambda function to handle basic form post requests and persist to an RDS instance. CORS included.
Alternatives To Lambda Tutorial
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lambda Tutorial14
6 years ago1Python
Small tutorial on how to set up a lambda function to handle basic form post requests and persist to an RDS instance. CORS included.
Chorei Server2
6 months ago20Ruby
Chorei Client1
3 years ago6Vue
Brandi Project1
3 years ago1Python
Swichee_backend1
2 years agoJavaScript
Swichee_Backend Moblie Web application(교내 미니인턴 프로젝트)
Alternatives To Lambda Tutorial
Select To Compare


Alternative Project Comparisons
Readme

Lambda Tutorial

I built this tutorial on lambda because of my original struggles getting lambda set up and working. this covers:

  • set up with zappa
  • vpc to connect to a mysql RDS instance on amazon
  • RDS persistence and querying through the lambda function
  • CORs setup
  • simple security

The tutorial should be done by checking out these branches and going through the readmes in this order

  • hello-world
  • routing
  • rds-integration
  • database-requests

If you just want to run the app, adjust your .env to have the values for the config vars in .env.example and run:

pipenv install

then,

zappa deploy

if you get stuck here I'd recommend at least running through the readme in the rds-integration branch

I have done my best to keep this simple and short, please open any issues if you have trouble with an explanation or get stuck on a step and I will work hard to solve those.

Popular Cors Projects
Popular Rds Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Tutorials
Lambda Functions
Cors
Rds