I have a question related to aws lambda. I have restriction do not store jks and base64 string inside git project. So I have to use hashicorp vault for this purpose. But aws lambda run jar as part of it runtime and need to be precompiled with keystore.
Also in my case I use terraform for deploying and configuring lambda.
So question is if I provide with terraform ENV variable base64 encoded certificate, can I create within lambda in runtime JKS keystore and then use it to authorize on 3rd party service?