Configuring AWS SDK in ASP.NET Core
If you’re using any AWS Services, you’re likely going to be using the AWS SDK via NuGet packages. You don’t need to configure anything to start using the SDK, but there are a few things that can make your life a lot easier. Follow along for a how-to on configuring AWS SDK in ASP.NET Core. AWS CLI Named Profiles The AWS Command Line Interface (CLI) is the first thing you’re going to want to have. Beyond controlling AWS services it allows you to configure credential profiles. Once you have the CLI installed, to configure the default profile simply run and… Read More »Configuring AWS SDK in ASP.NET Core