https://github.com/threesquared/slack-topic-countdown-lambda
Lambda function to update a Slack channel topic counting down to a date
https://github.com/threesquared/slack-topic-countdown-lambda
countdown lambda nodejs slack
Last synced: about 1 month ago
JSON representation
Lambda function to update a Slack channel topic counting down to a date
- Host: GitHub
- URL: https://github.com/threesquared/slack-topic-countdown-lambda
- Owner: threesquared
- License: mit
- Created: 2018-08-28T10:19:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T10:24:21.000Z (almost 8 years ago)
- Last Synced: 2025-06-15T20:23:11.846Z (about 1 year ago)
- Topics: countdown, lambda, nodejs, slack
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-topic-countdown-lambda
Lambda function to update a Slack channel topic counting down to a date
# Usage
Install dependencies and package up for Lambda:
* `$ npm install`
* `$ npm package`
Set the `SLACK_TOKEN` and `SLACK_CHANNEL` environment vars and edit the date and message in `index.js`
Then set up a [scheduled event](https://docs.aws.amazon.com/lambda/latest/dg/with-scheduled-events.html) to trigger
the Lambda.