Am I wondering if there is a way to read and write to Kubernetes parameter store from a nodejs app?
I would like to persist/invalidate/refresh an access token and share it across multiple instances during runtime. Can't find any good docs on how to do it exactly.
Amazon provides the AWS SDK for node.js, which also includes a class for SecretsManager.