AWS

How to Handle Exceptions When Processing DynamoDB Stream Events in .NET Lambda Function Members Public

This article is sponsored by AWS and is part of my AWS Series. DynamoDB Streams capture a time-ordered sequence of events in any DynamoDB table. In a previous blog post, DynamoDB Streams and AWS Lambda Trigger in .NET, we learned how to set up DynamoDB Stream on a DynamoDB table

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

DynamoDB Streams and AWS Lambda Trigger in .NET Members Public

DynamoDB Streams capture a time-ordered sequence of events in any DynamoDB table. Let's learn how to enable DynamoDB Streams, different stream types and how to consumer stream changes from a .NET AWS Lambda Function.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Using .NET AWS Lambda Authorizer To Secure API Gateway REST API Members Public

Lambda Authorizer is a feature provided by API Gateway that helps us separate the authentication logic from our business logic in our function code. Let's learn how to build a Lambda Authorizer in .NET Core and use it to secure an API Gateway REST API.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

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