Skip to content

This is the best aws Chalice boilerplate in all world. Being the result of many hours coding professionally for many different projects.

Notifications You must be signed in to change notification settings

GabrielTavares99/aws-chalice-boilerplate

Repository files navigation

1. Setup dev environment

First of all, you must have the virtual env intalled in your machine. Installing virtualenv

Run the steps bellow:

virtualenv -p $(which python3.6) venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt

2. Initial project setup

Attention: This section is dedicated to create the project from default boilerplate.

  1. Change in all project the variable TEMPLATE-CHANGE for the project name;
  2. Change the URL from the origin remote to the new repository created by cloudformation
git remote set-url origin ssh://[SA-EAST-1-ALIAS]/v1/repos/[TEMPLATE-CHANGE]
  1. Create the cloudformation infraestructure executing the script below:
./setup-cloudformation.sh

Running locally

$ chalice local --port=8084 --stage dev

Having problem to run? Try:

$ pip2 uninstall chalice

About

This is the best aws Chalice boilerplate in all world. Being the result of many hours coding professionally for many different projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published