@gunnargrosch What do you think about an optional feature to cache the SSM config value? We've ran into some SSM throttling issues while running load tests on our lambdas. - https://docs.aws.amazon.com/general/latest/gr/ssm.html | GetParameter is 40 requests per second by default Ideally, we'd like to cache the value for a configurable amount of time. Thoughts? I don't mind providing a PR to this project or simply forking the project either.