This is a simple cache library which only retrieves params from SSM parameter store when the cache time expires or when a version updated has occurred.
Note the versions checks are done without decryption to ensure we limit the calls to KMS to keep the costs down.
License
This code is released under the Apache 2.0 license.