CoderJony

AWS

Running .NET 8 Lambda Functions on AWS using Custom Runtime & Lambda Internals for .NET Developers

Running .NET 8 Lambda Functions on AWS using Custom Runtime & Lambda Internals for .NET Developers

In this post, you will learn how you can create, debug, and deploy a .NET 8 Lambda function on AWS using Visual Studio.

Read More By Ankush Jain
Building Serverless .NET APIs using AWS Lambda, Amazon API Gateway, and Amazon Cognito | Authentication and Authorization

Building Serverless .NET APIs using AWS Lambda, Amazon API Gateway, and Amazon Cognito | Authentication and Authorization

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.

Read More By Ankush Jain
Authenticating users in ASP.NET Core MVC using Amazon Cognito

Authenticating users in ASP.NET Core MVC 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.

Read More By Ankush Jain
Structured Logging in .NET Core Worker Service with Serilog - Write logs to Amazon CloudWatch

Structured Logging in .NET Core Worker Service with Serilog - Write logs to Amazon CloudWatch

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.

Read More By Ankush Jain
Installing MySQL on Amazon Linux 2 EC2 Instance and configure it for remote connections

Installing MySQL on Amazon Linux 2 EC2 Instance and configure it for remote connections

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.

Read More By Ankush Jain
Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs

Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs

In this post, you will learn how to build a Serverless API using ASP.NET Core and AWS Lambda.

Read More By Ankush Jain