Amazon API Gateway - Introduction To Building REST APIs Members Public

Learn how to build REST API using API Gateway. We will learn the different building blocks of REST APIs, how they connect with each other, and how you can build and configure an API in the AWS Console.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Uses Members Public

My daily drivers, tools, softwares and gadgets that help me do what I do. I do keep changing things often, so plan to keep this page updated as it happens.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

How To Setup AWS Secret Manager for A Real World .NET Application Members Public

Learn how to organize and manage Secrets in AWS Secrets manager when building .NET applications. Configure applications such that only secrets are relevant to the applications and retrieved from the AWS Secrets Manager, mainly when it contains secrets for multiple applications.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon SNS For the .NET Developer: Getting Started Quick and Easy Members Public

Learn how to get started with Amazon SNS and use it from a .NET application. We will learn about Topics, sending messages to topics, and using Subscriptions to receive messages. We will also learn about Filters, how to use them, and error handling with SNS.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How Best To Secure Secrets When Building .NET Applications on AWS 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

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