brianz / cookiecutter-serverless

Cookiecutter template for building serverless apps using Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookiecutter Serverless Application Development

This is a cookiecutter template for developing Serverless applications via Docker.

This is a template which you can use to bootstrap your own project. In order to execute this template, you'll need cookiecutter which is a Python package. See cookiecutter for detailed instructions:

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher)::

pip install -U cookiecutter

Once you have cookiecutter installed, you can use this template to setup your Serverless project:

cookiecutter  https://github.com/brianz/cookiecutter-serverless.git

For usage, see the README which will be generated automatically.

For more information on the overall layout and motivation, see:

About

Cookiecutter template for building serverless apps using Docker


Languages

Language:Makefile 74.2%Language:Python 25.8%