Using and Securing Environment Variables with AWS Lambda, KMS and Node.js
A well-written function needs to be adaptable, which can be achieved by utilizing environment variables. Environment variables give us the ability to adapt our function's behavior without needing to update code. This article will discuss how to acces...
Jun 8, 202112 min read8.8K

