Skip to content

stwind/forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forest

A slack app built with AWS SAM

Requirements

Building and deployment

$ pyenv install 3.7.2
$ pyenv virtualenv 3.7.2 forest
$ pyenv activate forest

$ pip install --upgrade pip pip-tools pipdeptree fabric

Making Release

To build a python wheel package and generate requirements.txt for later usage

$ fab freeze

Building SAM package

To build a AWS SAM package

$ fab build

Deploying to AWS

$ fab deploy

Testing

$ python setup.py test

About

A slack app built with AWS SAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages