Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: identity caching + metrics (#197)
* refactor: minimize function params * fix: ci * feat: identity cache Redis config * fix: clippy * feat: initial ENS lookup * chore: remove wrong comment * chore: remove unwraps * feat: error handling for no ENS name or no avatar * chore: pass error better * fix: follow Rust API guidelines * feat: metrics * fix: hashicorp/terraform-provider-aws#28353 * feat: local Terraform development * feat: metrics + caching * feat: cache for a day * chore: more logging * chore: tweaks * fix(ci): terraform fmt * fix(ci): terraform fmt * feat: replace cache-hit metric with source * fix: ECS doesn't update if tag doesn't change * chore: DRY result metrics collection * fix: cache 404 responses, metrics * chore: outdated comment * chore: tweak error
- Loading branch information