Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 494 Bytes

ExAwsSecretsManagerCache

ExAwsSecretsManagerCache provides a caching mechanism for secrets from AWS secrets manager. It is based in AWS guides.

Installation

This package can be installed by adding ex_aws_secrets_manager_cache to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_aws_secrets_manager_cache, github: "Tolsee/ex-aws-secrets-manager-cache"}
  ]
end