https://github.com/arkency/slack_proxy
Proxy DPD webhook to Slack
https://github.com/arkency/slack_proxy
aws-lambda rack ruby slack
Last synced: 3 months ago
JSON representation
Proxy DPD webhook to Slack
- Host: GitHub
- URL: https://github.com/arkency/slack_proxy
- Owner: arkency
- Created: 2018-12-11T14:10:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T17:34:18.000Z (over 6 years ago)
- Last Synced: 2025-01-11T20:44:07.947Z (5 months ago)
- Topics: aws-lambda, rack, ruby, slack
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlackProxy on AWS Lambda
## Prerequisites
It is assumed that you have and configured [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) and [SAM CLI](https://aws.amazon.com/serverless/sam/) on your machine and your IAM does not lack required permissions. A [S3 bucket](https://console.aws.amazon.com/s3/) will be needed to distribute code package as well. When in doubt, consult AWS documentation.
## Pushing to production
make deploy
## Development
Install development dependencies, runs unit tests and finally mutate the code:
make install test mutate
If you wish to conduct manual tests, this boots application server to http://localhost:9292SLACK_USERNAME=panda SLACK_WEBHOOK_URL=http://hooks.slack.com/and_the_rest make serve