llamapope / chalice-experiments

AWS Chalice Experiements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository from Python Utah North, 2020-02-19 meetup.

Slide deck

Chalice Experiements

Each experiment is a self contained chalice app, located in the experiements folder. Many have configurations or dependencies that are unique to the experiment. See each README.md and requirements.txt file for details.

It is assumed that you will use a new virtual environment per experiment to avoid any potential conflicts. Chalice commands are assumed to be ran in each experiement's folder.

Minimal front-ends are contained in a client/ folder for each project. They are assumed to be deployed to a webserver to function. Some may have variables that must be modified to function. e.g. cd client then python3.7 -m http.server 8080 visit http://127.0.0.1:8080

If you have ideas or experiments you want to add to this repository, send a pull request.

Experiments Repository Notes

Tested with python 3.7.

If you are just using the projects from this repository directly, you can skip the rest of this guide and go to the project specific guides. If you are wanting to follow along, you can get the same setup that was used to create all projects in this repository by following the rest of this guide.

About

AWS Chalice Experiements

License:MIT License


Languages

Language:Python 85.3%Language:HTML 14.7%