Secure secrets storage for ASP.NET Core with AWS Secrets Manager (Part 1) Posted on October 29, 2019 Written by The Curator An important aspect of running ASP.NET Core apps in the cloud is how you secure the secrets your app requires, things like connection strings and API keys. Related