Skip to content

conroywhitney/serverless-slack-backend

Repository files navigation

Serverless Slack Backend

Build Status

Backend for the serverless-slack project.

A Slack tribute using the Serverless Framework and Amazon Web Services (AWS), specifically: IoT, DynamoDB, Elasticsearch, API Gateway, and Kinesis.

To Use

# Clone this repository
git clone https://github.com/conroywhitney/serverless-slack-backend
# Go into repository
cd serverless-slack-backend
# Install dependencies
yarn
# Deploy the app
sls deploy
# Copy the API Gateway URL to the `.env` file of your `serverless-slack` project

Credits

This project was heavily inspired by How To Build A Serverless Notification System on AWS on the Serverless Blog.

Thanks to the teams at Serverless, AWS, and Slack for their work on their respective projects that make something like this possible. We truly live in exciting times!

License

See LICENSE