How To Handle Secret Management for Serverless Applications
Like most applications, serverless apps often need access to configuration data in order to function properly. And while most configuration data is non-sensitive, some needs to remain confidential. These strings are known as secrets.
The post How … Continue reading How To Handle Secret Management for Serverless Applications