An open API service indexing awesome lists of open source software.

https://github.com/hellogustav/confex_parameter_store

A Confex plugin that adds support for the AWS Parameter Store
https://github.com/hellogustav/confex_parameter_store

Last synced: over 1 year ago
JSON representation

A Confex plugin that adds support for the AWS Parameter Store

Awesome Lists containing this project

README

          

# ConfexParameterStore

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `confex_parameter_store` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:confex_parameter_store, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/confex_parameter_store](https://hexdocs.pm/confex_parameter_store).