kylepolich / gsow-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSOW REST API

This project uses AWS Chalice to make deploying to AWS Lambda a breeze.

The app.py file is the entry point to the code. Note that a peculiarity of Chalice is that you cannot have a src/ folder. Instead you can only have a chalicelib/ folder.

Getting Started

If you wish to develop on his API, follow the steps below.

  • Create a .env file based on .env.sample
  • Install chalice
  • Run chalice local

About


Languages

Language:Python 88.8%Language:Jupyter Notebook 11.2%