I have a private key for test and another for production. How should I store it correctly If I would prefer it wastnt a part of my source code. Id like it, if I could upload it to aws and just have my lambda function fetch it after it got uploaded.
Im considering to put it in an s3 folder and load it from there. But just wanted to hear if aws has made another way to do it.