CoderJony

AWS

Getting Started with AWS CDK using .NET

Getting Started with AWS CDK using .NET

In this post, we will understand, how to easily get started with CDK in .NET.

Read More By Ankush Jain
Determine the right memory for your Lambda using AWS CloudWatch Logs Insights

Determine the right memory for your Lambda using AWS CloudWatch Logs Insights

Optimizing memory for your Lambda Function is one of the important things you should know. This will help you in both - performance optimization and cost management.

Read More By Ankush Jain
Implementing Configuration, Logging & Dependency Injection in AWS Lambda using .NET Core

Implementing Configuration, Logging & Dependency Injection in AWS Lambda using .NET Core

In this post, we will understand how can we implement the following things when using AWS Lambda with .NET Core.

Read More By Ankush Jain
Logging to AWS CloudWatch using Log4Net in .NET Core

Logging to AWS CloudWatch using Log4Net in .NET Core

In this post, we will understand how to use Log4Net in the .NET Core application to store logs in AWS CloudWatch.

Read More By Ankush Jain
Serilog in AWS Lambda using .NET Core

Serilog in AWS Lambda using .NET Core

In this post, we will understand how to use Serilog in AWS Lambda to store logs in AWS CloudWatch.

Read More By Ankush Jain
Performing CRUD operations with DynamoDB using ASP.NET Core

Performing CRUD operations with DynamoDB using ASP.NET Core

In this post, we will understand how can we create a DynamoDB table in the AWS cloud and connect it with an ASP.NET Core application to perform CRUD operations.

Read More By Ankush Jain