AWS

How Best To Secure Secrets When Building .NET Applications on AWS Paid Members Public
Learn how to get started with using AWS Secrets Manager using a .NET Application. We will learn to connect to Secrets Manager from .NET using the client SDK and retrieve secrets. We will also see how to integrate Secrets Manager into built-in .NET Configuration and seamlessly use secrets from our ap

Amazon SQS For the .NET Developer: How to Easily Get Started Paid Members Public
Learn how to get started with Amazon SQS and use it from a .NET Application. We will learn how to send and receive messages, important properties,and concepts that you need to know when using SQS.

How To Log Correctly To AWS CloudWatch From a .NET Application Paid Members Public
Learn how to use Amazon CloudWatch when building .NET applications. We will learn how to write logs into CloudWatch, filter the logs, some good practices when logging, learn about Log Analytics, and see how we can filter and view logs across multiple applications.

Learn How To Manage Credentials When Building .NET Application on AWS Paid Members Public
Learn different ways to set up and manage credentials and sensitive information when building .NET applications on AWS. We will also touch upon some of the tools and utilities that I have set up on my local development machine to make working with AWS easier.

Amazon S3 For the .NET Developer: How to Easily Get Started Paid Members Public
Learn how to get started with Amazon S3 from a .NET Core application. We will learn how to store and retrieve data from the storage, important concepts to be aware of while using S3.

AWS Parameter Store For The .NET Developer: How to Easily Get Started Paid Members Public
Learn how to get started with AWS Parameter Store and use it from a .NET application to store and retrieve configuration data. Understand how parameters are versioned and how to use labels and hierarchies to manage parameters better. Seamlessly use the built-in .NET Configuration capabilities to loa

Amazon API Gateway for the .NET Developer - How To Build HTTP APIs Paid Members Public
Learn how to get started with API Gateway by building an HTTP API backed by AWS Lambda running on .NET Core. We will see how to create different HTTP endpoints, connect them to lambda functions, send and receive data, set up stages, and more.

How To PGP Encrypt An S3 File Using AWS Lambda Running Docker Images Paid Members Public
Learn how to set up and run Docker Container Images from AWS Lambda. We will PGP sign and encrypt a file from AWS S3 in a lambda running a Docker image hosted in AWS ECR.