A Cookiecutter poject template for creating an AWS Chalice based API.
- Python 3.6+
- Cookiecutter
$ pip install --user cookiecutter
- Create your application
$ cookiecutter gh:maxrodrigo/cookiecutter-chalice
- All set! Follow the instruction inside the project README.
Creating the project will generate this folders:
my_awesome_api
├── .chalice
│ └── config.json
├── .editorconfig
├── .gitignore
├── .pre-commit-config.yaml
├── LICENSE
├── Makefile
├── README.md
├── app.py
├── requirements.txt
├── requirements_dev.txt
└── test
├── __init__.py
├── conftest.py
└── test_my_awesome_api.py
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
Distributed under the terms of the MIT license, Cookiecutter Chalice is free and open source software.