serverless-slack icon indicating copy to clipboard operation
serverless-slack copied to clipboard

A Serverless Module featuring pre-written Slack functions from authorization to slash commands!

Results 10 serverless-slack issues
Sort by recently updated
recently updated
newest added

It would be good if serverless-slack supports stages out of the box. For example, having a dev and prod stages that use different slack apps, dynamo-db tables, etc.

When using `serverless-slack` I had an issue where I changed the region and it didn't work. Turned out that `serverless.yml` references the region in multiple locations and I didn't update...

When attempting to understand how events work, it would be good to be able to set verbose logging to true on Slack class and have it output console.log statements to...

When setting up the app, Slack offers the option of showing the bot as always online even if it is not using the Slack RTM protocol. Would be good for...

The current recommended approach for managing slack secrets will cause such secrets to checked into source control. It would be good to have a way to manage such secrets without...

``` slack.on('*', (payload, bot, store) => { console.log( "star-event payload %s", JSON.stringify( payload ) ); }); // Slash Command handler slack.on('/my-command', (payload, bot, store) => { ... }); // Interactive...

When an app is created a slack, slack offers authorizing the app to access your workspace, but if you do this, the serverless-slack won't capture the team information in dynamo-db....

``` bash serverless module install https://github.com/serverless/serverless-slack /.nvm/versions/node/v5.3.0/lib/node_modules/serverless/node_modules/bluebird/js/release/async.js:49 fn = function () { throw arg; }; ^ ServerlessError: Command not found. Enter "serverless help" to see all available commands. at new...

Base table name in s-module.json is 'serverless-slack-teams' whereas team.js attempts to put to 'serverless-slackbot-teams'

I run `serverless deploy resources` command and got an error.