https://github.com/harmon25/aws_creds
Companion for aws-elixir to fetch and cache aws creds
https://github.com/harmon25/aws_creds
Last synced: 25 days ago
JSON representation
Companion for aws-elixir to fetch and cache aws creds
- Host: GitHub
- URL: https://github.com/harmon25/aws_creds
- Owner: harmon25
- Created: 2021-03-27T16:36:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T18:41:16.000Z (about 5 years ago)
- Last Synced: 2025-12-28T15:00:29.780Z (6 months ago)
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AwsCreds
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aws_creds` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aws_creds, "~> 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/aws_creds](https://hexdocs.pm/aws_creds).