Lambda

How to Handle Exceptions When Processing SQS Messages in .NET Lambda Function Paid Members Public
Learn how to handle exceptions, configure Dead Letter Queue, re-drive messages from Amazon SQS and how to enable batch error processing from a .NET Lambda Function.

Amazon SQS and AWS Lambda Triggers in .NET Paid Members Public
Learn how to process SQS messages from AWS Lambda Function. We will learn how to set up and trigger a .NET Lambda Function using SQS and the various configurations associated.

Amazon S3 and AWS Lambda Triggers in .NET Paid Members Public
Amazon S3 raises event notifications when Objects are created and modified. Learn how to use this to trigger Lambda Functions in .NET and the different configuration associated with processing the notification messages.

How to Handle Exceptions When Processing DynamoDB Stream Events in .NET Lambda Function Paid 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

DynamoDB Streams and AWS Lambda Trigger in .NET Paid 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.

Using .NET AWS Lambda Authorizer To Secure API Gateway REST API Paid 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.

How To Build an API Gateway REST API Using AWS Lambda Proxy Integration? Paid 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.

How To PGP Encrypt An S3 File Using AWS Lambda Running Docker Images Paid Members Public
Learn how to set up and run Docker Container Images from AWS Lambda. We will PGP sign and encrypt a file from AWS S3 in a lambda running a Docker image hosted in AWS ECR.