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

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: 8 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
```