View on GitHub

Number6

You are a number

back

How do I get it for my Slack?

In order of increasing complicatedness you can:

  1. Deploy it from the AWS Serverless Application Repository (see below)

  2. Deploy your own stand-alone version

    • you can deploy your own stand-alone version to AWS directly from a local copy of Number6. You might want to do this to be sure that the code being deployed is what you expect, you’ve made changes to Number6 or you just want to experiment.
  3. deploy a CD pipeline to AWS that is triggered by a GitHub web hook.

    • This requires 2 AWS accounts

    • a “test” account to build the application on each push and a “production” account to deploy the new version to

    • deployment to the prod account is a manual accept/reject step

    • the 2 accounts can have different Slack channels to post their reports back to

AWS Serverless Application Repository

This is simply a case of going to the SAR in the console (make sure you’re using the intended account and in the intended region) and searching for Number6 (you’ll need to check the Show apps that create custom IAM roles or resource policies option for Number6 to show up) and choosing to deploy it.

You will need to manually store your Slack app’s oauth token in AWS Secrets Manager first.

Deploy from SAR:

You’ll need to supply the following parameters in the console before it will let you deploy:

back