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.