A pizza-planning webapp built using the Serverless framework to run on AWS
See it live at https://pizza.fireblend.com/
- An AWS account.
- AWS CLI installed & setup to use your AWS account.
- Serverless installed & setup.
- A Python 3.8+ environment.
- Check the
serverless.yaml
file for anything you might want to modify (mainly make sure the listed Python version matches your local Python version). - Install the required plugins into your cloned directory:
npm install --save serverless-wsgi serverless-python-requirements
. - Execute
sls deploy
and wait.
That should be it! The previous command should point you to the newly deployed application's URL.