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

A Slack App Framework for AWS Lambda / Serverless.js

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

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

On the current flow, a DynamoDB table is required to store the OAuth data from slack (correct me if I'm wrong). However, since the library is using the `aws-sdk` package,...

https://github.com/johnagan/serverless-slack/blob/master/src/dynamo.js#L4 To work with the offline local environment using serverless plugins: ``` plugins: - serverless-dynamodb-local - serverless-offline ``` additional configuration of DocumentClient is required. Since Dynamo service is a hardcoded...

I'm interested in logging when a new team is created, so a hook into https://github.com/johnagan/serverless-slack/blob/master/src/index.js#L38 would allow me to log and do any other operations based on a team save...

Sometimes in the case of slash commands it's useful to have the users command displayed too - it helps to educate / show other users how to use a command...

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation (#2702) Adding "synchronous" and...

dependencies

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...

dependencies