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
- Host: GitHub
- URL: https://github.com/hellogustav/confex_parameter_store
- Owner: hellogustav
- Created: 2018-08-01T12:00:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T10:26:29.000Z (over 6 years ago)
- Last Synced: 2025-01-30T06:29:31.912Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).