Skip to content

akerl/blindclock

Repository files navigation

blindclock

GitHub Workflow Status GitHub release License

Display countdown for poker blinds

Usage

The Lambda reads from a YAML config file in S3. The file should have the following contents:

slacktokens:
- TOKEN_A
- TOKEN_B
statebucket: s3-bucket-name
statekey: state.yml

Slack tokens should be Slack App signing secrets. They're used to validate that requests came from trusted Slack Apps.

State bucket and key define where to store the state cache.

Installation

blindclock runs as an AWS Lambda. The most effective starting point for running it is to use this Terraform module.

The module creates the necessary S3 buckets. See the Usage section above for the config details.

License

blindclock is released under the MIT License. See the bundled LICENSE file for details.