Tolsee / ex-aws-secrets-manager-cache

The Ex AWS Secrets Manager cache client enables caching of secrets for Elixir applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Ex AWS Secrets Manager cache client enables caching of secrets for Elixir applications.

License:MIT License


Languages

Language:Elixir 100.0%