Skip to content

Releases: valiton/aws-param-inject

fix key limit on aws api

07 Dec 16:24
35143ad
Compare
Choose a tag to compare

Works around limitation of only 10 key sper request https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameters.html#API_GetParameters_RequestSyntax
by batching into several requests which fetch 10 keys each and are sent in parallel.

fix Readme

26 Oct 11:50
cf43568
Compare
Choose a tag to compare
Merge pull request #4 from valiton/bump-version

bump version

v1.0.1

26 Oct 11:35
Compare
Choose a tag to compare
bump version

Initial Version

26 Oct 11:23
69e6c00
Compare
Choose a tag to compare
Merge pull request #1 from valiton/fix-review-comments

Fix review comments