An account-level subscription filter that forwards matching logs to an external service.
- Clone this repository
- Create a webhook in Discord
- Place the webhook URL a repository secret named
DISCORD_WEBHOOK_URL
Note
If you don't have OIDC authentication set up in your AWS account yet, have a look at Cloudbourn/github-oidc to get up and running.
- Modify the OIDC
role-to-assume
in /.github/workflows/deploy-reusable.yml to one matching you AWS account. - Modify the
ARTIFACTS_BUCKET
in /.github/workflows/deploy-reusable.yml to an S3 bucket you have permissions to put objects in. - Commit and push your changes; this will deploy the stack to your AWS account.