Serverless

How To Log Correctly To AWS CloudWatch From a .NET Application 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Learn How To Manage Credentials When Building .NET Application on AWS 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon S3 For the .NET Developer: How to Easily Get Started 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon API Gateway for the .NET Developer - How To Build HTTP APIs 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Setup Dependency Injection With Azure Functions ⚡ Members Public

Learn how to set up Dependency Injection in Azure Functions using .NET .

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Queue Storage For The .NET Developer: How To Easily Get Started Members Public

Learn how to use Azure Queue Storage to build decoupled applications. Understand the different ways to interact with a Queue Storage and use it from a .NET application. Also see how to use Managed Identities to connect to Queue without needing any connection string.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Functions ⚡ For The .NET Developer: How To Easily Get Started Members Public

Write your first Azure Function to process messages from an Azure Queue Storage. See how to use Managed Identities to setup authentication for Azure Function with other resources.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How to Run and Access DynamoDB Local For Easy Development and Testing Members Public

Learn how to set up and run DynamoDB database on your local development machine. We'll see how to connect using AWS CLI, from .NET application and using GUI tools like Dynobase and NoSQL Workbench.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS