Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restyled-io/record-metrics-lambda
Forward API metrics to CloudWatch
https://github.com/restyled-io/record-metrics-lambda
Last synced: 10 days ago
JSON representation
Forward API metrics to CloudWatch
- Host: GitHub
- URL: https://github.com/restyled-io/record-metrics-lambda
- Owner: restyled-io
- License: other
- Created: 2021-05-17T19:41:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:37:52.000Z (21 days ago)
- Last Synced: 2024-10-26T14:38:52.719Z (21 days ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Record Metrics
Queries our current queue depth in Redis and puts it as a CloudWatch metric,
so we can implement auto-scaling by it..## Development
```console
just venv # once
. .venv/bin/activate # every shell
```## Tests
```console
just test
```## Deployment
Merges to `main` result in a new Lambda bundle being placed on S3 and then
an automated commit into our IaC repository, `restyled-io/ops` that will
re-deploy the Lambda with it as source.---
[LICENSE](./LICENSE.md)