Skip to content

A pizza-planning webapp built using the Serverless framework to run on AWS

Notifications You must be signed in to change notification settings

Fireblend/sls-pizza-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sls-pizza-planner

A pizza-planning webapp built using the Serverless framework to run on AWS

See it live at https://pizza.fireblend.com/

Running this:

0. Requirements

  • An AWS account.
  • AWS CLI installed & setup to use your AWS account.
  • Serverless installed & setup.
  • A Python 3.8+ environment.

1. Deploying

  1. Check the serverless.yaml file for anything you might want to modify (mainly make sure the listed Python version matches your local Python version).
  2. Install the required plugins into your cloned directory: npm install --save serverless-wsgi serverless-python-requirements.
  3. Execute sls deploy and wait.

That should be it! The previous command should point you to the newly deployed application's URL.

About

A pizza-planning webapp built using the Serverless framework to run on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published