Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SecretsCache = ttlcache.New[string, string](ttlcache.WithTTL[string, string](30 * time.Minute))
SecretsCache is a cache of secrets from Secrets Manager and is used to avoid making multiple calls to Secrets Manager for the same secret.
Functions ¶
This section is empty.
Types ¶
type SecretsManagerService ¶
type Service ¶
type Service struct {
Svc *secretsmanager.SecretsManager
}
Click to show internal directories.
Click to hide internal directories.