aws-dynamodb-encryption-java
aws-dynamodb-encryption-java copied to clipboard
Add example for using CachingMostRecentProvider and upgrading material version
Problem:
The AWS docs mention "rotating cryptographic material" here: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/most-recent-provider.html
However it could be more clear what "call the provider store's Create New Provider operation with the material name of the Most Recent Provider" means for this library.
Solution:
This repo should have an example showing how to do this using the Metastore's newProvider() method.
Out of scope:
Updating the corresponding AWS docs to reference this new example.
Hi @lavaleri ! I am a new open source contributor and would like to solve this issue, could you help me understand the issue better by providing some extra references ? Is this is issue open to contribute ?