jpmonette / serverless-slack-bot

Sample serverless Slack bot 🤖 using AWS Lambda, API Gateway and Salesforce

Home Page:http://mavens.github.io/2018/03/06/build-a-serverless-slack-bot-using-aws-lambda-and-salesforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Slack Bot with Salesforce

Serverless Slack Bot

Learn how to build your own serverless Slack bot using AWS Lambda and API Gateway, integrated with Salesforce

Read the blog article here.

Installation

$ git clone git@github.com:jpmonette/serverless-slack-bot.git
$ cd serverless-slack-bot
$ yarn
$ sed -i -e 's/\[my-api-token\]/insert-your-slack-token-here/g' up.json
$ up

NOTE: Make sure you replace insert-your-slack-token-here with your own Slack token

Features

  • Easily deployed to the AWS cloud
  • Cost-effective: Lambda function only running on request

Requirements

  • NodeJS
  • TypeScript
  • yarn
  • up
  • An AWS Account
  • A Slack workspace

More Information

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Sample serverless Slack bot 🤖 using AWS Lambda, API Gateway and Salesforce

http://mavens.github.io/2018/03/06/build-a-serverless-slack-bot-using-aws-lambda-and-salesforce

License:MIT License


Languages

Language:TypeScript 82.4%Language:JavaScript 17.6%