Registry / cloud / aws-aws-secretsmanager-caching-go

aws-aws-secretsmanager-caching-go

JSON →
library1.2.0gogounverified

A Go caching layer for AWS Secrets Manager to reduce API calls and improve latency.

go get github.com/aws/aws-secretsmanager-caching-go
INSTALL
IMPORT
SIG · AWS-AWS-SECRETSMAN
A
aws-aws-secretsmanager-caching-go
cloudgov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

secretcache
github.com/aws/aws-secretsmanager-caching-go

Retrieve a secret string using caching

package main import ( "fmt" "github.com/aws/aws-secretsmanager-caching-go" ) func main() { cache := secretcache.New() secret, err := cache.GetSecretString("my-secret") if err != nil { fmt.Println(err) } fmt.Println(secret) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
aws-aws-secretsmanager-caching-go — go get aws-aws-secretsmanager-caching-go · libregistry