PreviousNext

Using AWS Parameter Store for .NET Core Configuration

by bill-s, 2019-04-25T06:47:34.766Z

One of the aspects I love about .NET Core is the new configuration and options pattern. In a continuation from my last post on using AWS Parameter Store for Data Protection keys, you can imagine it is possible to use Parameter Store for .NET Core Configuration.

Read More