Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Add arch diagram #31

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Snyk allowed us a custom limit of 5000 unique key-value pairs that can be used as tags. This scheduled lambda first clears out any orphaned tags, then counts up the remaining tags in use on Snyk projects. The lambda runs every day, and sends
an email to the security team if that number is higher than 4500. The number of tags is logged, and also registered as a
cloudwatch datapoint. Cloudwatch will use the `stage` dimension `DEV` or`INFRA`, depending on whether the code was run locally or on AWS, respectively.
cloudwatch datapoint. Cloudwatch will use the `stage` dimension `DEV` or `INFRA`, depending on whether the code was run locally or on AWS, respectively.

### Architecture
![Architecture](docs/images/snyk-tag-monitor.png)

### Running locally
Before running the code locally you will need:
Expand Down
Binary file added docs/images/snyk-tag-monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.