aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-11-21 00:00:55 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-11-21 00:01:06 -0500
commit35f9d0a511653604764dd8a033ac9cba00248443 (patch)
tree9fc3d12a4d7a48abb1a25aefbb0a36181534e4a9 /readme.md
parent15f0d12bf1475b5c77121abd2c0f6d0a06791dc2 (diff)
downloaddpw-ssm-35f9d0a511653604764dd8a033ac9cba00248443.tar.gz
dpw-ssm-35f9d0a511653604764dd8a033ac9cba00248443.tar.xz
Update the docs, mild reorgHEADmaster
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index fa3d253..3a35054 100644
--- a/readme.md
+++ b/readme.md
@@ -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
```