Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.46 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.46 KB

Cookiecutter Chalice API

Build Status

A Cookiecutter poject template for creating an AWS Chalice based API.

Demo

Installation

Requirements

Usage

  1. Install Cookiecutter
$ pip install --user cookiecutter
  1. Create your application
$ cookiecutter gh:maxrodrigo/cookiecutter-chalice
  1. All set! Follow the instruction inside the project README.

Example

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

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

License

Distributed under the terms of the MIT license, Cookiecutter Chalice is free and open source software.