Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Notify slack of specific trello cards (e.g. Plz review these cards!)
- Host: GitHub
- URL: https://github.com/walkersumida/lambda-trello-slack-notice
- Owner: walkersumida
- Created: 2018-01-20T12:39:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T11:22:22.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T01:45:56.318Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```