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.
The point is we identify many similar reusable components, and so we reuse them, all-the-while maintaining our uniqueness across pipelines. If we later determine the testing step needs to be separated, the change process is very straight forward and as simple as cloning the original and updating the new Lambda.
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…