diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-11-20 21:08:25 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-11-20 21:08:25 -0500 |
| commit | cbb994d54de424aba4729b81223c5114c91aea71 (patch) | |
| tree | f298847b0210d3cf9211b4ca7a1abb622b741bd7 /readme.md | |
| download | dpw-ssm-cbb994d54de424aba4729b81223c5114c91aea71.tar.gz dpw-ssm-cbb994d54de424aba4729b81223c5114c91aea71.tar.xz | |
Initial
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..112a970 --- /dev/null +++ b/readme.md @@ -0,0 +1,24 @@ +# dpw-ssm or a basic tool to make storing secrets in SSM a littl easier. + +This is fundamentally a plugin for https://git.riedstra.dev/mitch/dpw/about/ + +That being said, it can be used on its own. + +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. + +## Building + +``` +go build . +``` + +Or `sh ./build.sh` + + +## Configuration options: + +Pretty much all through environment variables, simply run `./dpw-ssm -h` +and it'll give you some info + |
