In this post, you will learn how you can create, debug, and deploy a .NET 8 Lambda function on AWS using Visual Studio.
In this blog post, you'll learn how you can build Serverless .NET APIs with AWS Lambda, Amazon API Gateway, and secure them using Amazon Cognito.
In this post, you will learn how to use Amazon Cognito as an Identity Provider for your ASP.NET Core MVC application. This means that you will store your users in Amazon Cognito and configure your web application to authenticate users through a Cognito Hosted UI.
In this post, I'll show how to use Serilog in a .NET Worker Service to perform Structured Logging and persist log data to AWS CloudWatch.
In this post, you will learn how to install MySQL on an Amazon Linux EC2 instance. You will also learn, how to configure it to accept remote connections, so that you can connect MySQL server running on an EC2 from any other remote server or local machine.
In this post, you will learn how to build a Serverless API using ASP.NET Core and AWS Lambda.