Skip to content

🍪 A template to create serverless apps based on AWS Lambda using Chalice microframework.

License

Notifications You must be signed in to change notification settings

maxrodrigo/cookiecutter-chalice

Repository files navigation

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.

About

🍪 A template to create serverless apps based on AWS Lambda using Chalice microframework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages