This repository contains infrastructure as code for deploying our application onto the Amazon Web Services (AWS) cloud using AWS Cloud Development Kit (CDK).
Generate your Personal Access Token here, assuming you are logged in to a GitHub account with admin access to the desired GitHub organisation to connect to.
The application requires the following permissions for the token:
- read:org
- admin:org_hook
You will need your AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
values from the AWS Console.
Create a npm account on npmjs with the account name being your desired npm namespace.
Run the setup script ../../setup.sh
to deploy the application. Further instructions can be found in the root README.md
Our deployment is split into stacks based on the corresponding components in the application.
- Database Stack
- HTTP Stack ->
apps/http
- Parser Stack ->
apps/parser
- Hook Stack ->
apps/hooks
- CodeAritfact Stack ->
apps/hooks/pipeline/code-artifact-docker
- Dashboard Stack ->
apps/dashboard
Using our setup script, these stacks can be deployed all at once, with dependencies between components set up appropriately.