jdlubrano / interrogator

The Interrogator Slack app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interrogator

A modest Slack app

Dependencies

Development Setup

You may need access to the Interrogator S3 bucket in order to download the secrets file. Once you have credentials, you can run bin/get_secrets to download the secrets file.

Tests

You can run the test suite using npm test. See the package.json file for more test commands.

Deployment

You can deploy using the following commands:

# Deploy the entire stack (to the dev stage)
sls deploy

# Deploy the entire stack (to prod)
sls deploy --stage prod

# Deploy a specific function
sls deploy function --function slackEvent

About

The Interrogator Slack app

License:MIT License


Languages

Language:JavaScript 93.3%Language:Shell 6.7%