This project demonstrates integration .Net Core application with AWS Parameter store.
Blog post: Read Parameters from AWS SMM in .Net Core 3 Application
To run the project locally use: dotnet run --project webapi
DatabaseSettings API is accessible via the following URL: https://localhost:5001/databasesettings
In the scripts folder, there are two samples of how to write and read parameters to/from AWS. Those scripts were written for OSX. And use the following dependencies:
Use brew to install dependencies:
brew install chamber
brew install jq