https://github.com/wolfeidau/ssmcache
This is a simple cache library which only retrieves params from SSM parameter store.
https://github.com/wolfeidau/ssmcache
aws cache secrets ssm
Last synced: 5 months ago
JSON representation
This is a simple cache library which only retrieves params from SSM parameter store.
- Host: GitHub
- URL: https://github.com/wolfeidau/ssmcache
- Owner: wolfeidau
- License: apache-2.0
- Created: 2019-12-30T23:26:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T07:08:24.000Z (almost 2 years ago)
- Last Synced: 2025-05-31T18:36:38.793Z (about 1 year ago)
- Topics: aws, cache, secrets, ssm
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssmcache
This is a simple cache library which only retrieves params from [SSM parameter store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html) when the cache time expires or when a version updated has occurred.
Note the versions checks are done without decryption to ensure we limit the calls to [KMS](https://aws.amazon.com/kms/) to keep the costs down.
[](https://github.com/wolfeidau/ssmcache/actions?query=workflow%3AGo)
[](https://goreportcard.com/report/github.com/wolfeidau/ssmcache)
[](https://godoc.org/github.com/wolfeidau/ssmcache)
# License
This code is released under the Apache 2.0 license.