Skip to content

fix key limit on aws api

Latest
Compare
Choose a tag to compare
@ChristophP ChristophP released this 07 Dec 16:24
· 18 commits to master since this release
35143ad

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.