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

https://github.com/pottava/slackcmd-for-docbase

Searching DocBase memo via Slack commands.
https://github.com/pottava/slackcmd-for-docbase

aws-sam docbase slack-commands

Last synced: 9 months ago
JSON representation

Searching DocBase memo via Slack commands.

Awesome Lists containing this project

README

          

### Description

This is an AWS SAM project for searching DocBase memo via Slack commands.

### How to deploy

```
# A S3 Bucket which stores CFn templates
export S3_BUCKET_NAME=
# SAM stack name
export CFN_STACK_NAME=

export DOCBASE_DOMAIN=
export DOCBASE_TOKEN=
export SLACK_TOKEN=

./deploy.sh
```