Demo of a serverless, interactive slack app using an AWS Lambda function. This repo contains the code for the Lambda function. Full tutorial can be seen here: https://seanmacentee.com/how-to-make-an-interactive-serverless-slack-app-with-nodejs-aws-lambda-api-gateway/
The app uses slack commands to fetch the Bitcoin price for a particular currency and displays the result in a message only the sender can see. The user the has the option to delete the message or send it public so that everyone in the channel can see it.
