Software
Serverless Slackbot Part 1: Define the Serverless configuration
Part 1 of building a “Serverless” Slackbot is to define the serverless configuration.
Part 1 of building a “Serverless” Slackbot is to define the serverless configuration.
If you’re looking to launch an API using NodeJS, here is a very handy scaffolded application starting point: https://github.com/litwicki/nodejs-api What you get: Logging JWT Authentication MongoDB (via Mongoose) modeling md-seed migration and seed management for MongoDB Docker & Docker-Compose provisioning dotenv environment variable management APIDOC automatically generated documentation Check out the repository for Read more…
Assumptions: You have installed and configured AWS CLI You have a third party mail service setup already (we use mailgun for this example). The entire process for this simple effort requires a handful of steps: Install SAM Local Define your Lambda in AWS Console (can also do so using CLI) Read more…