Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lambda Tutorial | 14 | 6 years ago | 1 | Python | ||||||
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 Server | 2 | 6 months ago | 20 | Ruby | ||||||
Chorei Client | 1 | 3 years ago | 6 | Vue | ||||||
Brandi Project | 1 | 3 years ago | 1 | Python | ||||||
Swichee_backend | 1 | 2 years ago | JavaScript | |||||||
Swichee_Backend Moblie Web application(교내 미니인턴 프로젝트) |
I built this tutorial on lambda because of my original struggles getting lambda set up and working. this covers:
The tutorial should be done by checking out these branches and going through the readmes in this order
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.