DEV Community

Sabarish Sathasivan
Sabarish Sathasivan

Posted on

Secrets Management in .NET Lambda: AWS SDK vs. Lambda Extension

Typically, an application must deal with sensitive information like API keys, database credentials, etc. A recommended approach is to store this sensitive information as secrets using the Secrets Manager Service in AWS. This article will explore multiple approaches to retrieving and caching secrets in a. NET-based Lambda.

AWS SDK Based Approach

Top comments (0)