diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# dpw-ssm or a basic tool to make storing secrets in SSM a little easier. +# dpw-ssm or a basic tool to make storing secrets in AWS SSM Parameter Store a little easier. This is fundamentally a plugin for [https://git.riedstra.dev/mitch/dpw/about/]( https://git.riedstra.dev/mitch/dpw/about/) @@ -9,6 +9,9 @@ I've only spent a few hours on it, so expect an edge case or two, but for my purposes of easily using the parameter store for things larger than 4K and small binaries it works wonderfully. +You can read up a bit more on the [AWS service +here](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html). + ## Building ``` |
