Dotnet-Core

How To Manage Multiple Stages in Amazon API Gateway REST API? Members Public

Learn how to configure different Stages to use different backend integrations - Lambda Function, DynamoDB etc - based on the Stage they are running. We will use Stage variables to set up connections with different Lambda Functions and DynamoDB database.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Build an API Gateway REST API Using AWS Lambda Proxy Integration? Members Public

In this post, you will learn how to build a REST API using Amazon API Gateway with AWS Lambda Proxy integration built in .NET Core. Learn how to build and set up the Lambda integration, connect to a DynamoDB database and perform CRUD operations.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

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

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