Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkersumida/lambda-trello-slack-notice

Notify slack of specific trello cards (e.g. Plz review these cards!)
https://github.com/walkersumida/lambda-trello-slack-notice

Last synced: about 2 months ago
JSON representation

Notify slack of specific trello cards (e.g. Plz review these cards!)

Awesome Lists containing this project

README

        

# Install packages
```
pip install -r requirements.txt -t packages/
```

# Create zip file for lambda
```
zip -r upload.zip *
```

# Local debug
## copy file
```
cp .env.sample .env
```