Lambda

How To Set Up AWS .NET Mock Lambda Test Tool on JetBrains Rider Members Public

Learn how to setup .NET Mock Lambda Test Tool to work with JetBrains Rider IDE.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS
AWS Lambda For The .NET Developer

AWS Lambda For The .NET Developer Members Public

This blog post is a collection of other posts that covers various aspects of AWS Lambda and other services you can integrate with when building serverless applications on Lambda.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Why Should You Care About Lambda Lifecycle As A .NET Developer? Members Public

The Lambda Lifecycle affects the way we write out Function code. Learn some of the dos and don'ts when building Lambda Functions in .NET because of how Lambda initializes the Function classes.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS
ASP NET Core & AWS Lambda Functions

How To Build and Host ASP NET Core Applications on AWS Lambda Functions Members Public

This article is sponsored by AWS and is part of my AWS Series. AWS Lambda is a compute service that lets you run code without provisioning or managing servers. You can build application APIs on Lambda Function with API Gateways (REST or HTTP API) or Function URL’s. But what

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Secure and Authenticate AWS Lambda Function URLs Members Public

This article is sponsored by AWS and is part of my AWS Series. In a previous blog post, Function URLs - Quick and Easy way to Invoke AWS Lambda Functions over HTTP, we learned how to expose and invoke Lambda functions over an HTTP endpoint. We enabled the Function URL

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Function URLs - Quick and Easy way to Invoke AWS Lambda Functions over HTTP Members Public

A Function URL is a dedicated endpoint for your Lambda function. Learn how to enable Function URLs and build an API using .NET Lambda Function.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

SNS→Lambda Or SNS→SQS→Lambda Members Public

Should you be processing messages directly from SNS to Lambda or via an SQS Queue? Learn the disadvantages of directly processing messages from SNS and how you can solve those by introducing an SQS Queue in the middle.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Amazon SNS and AWS Lambda Triggers in .NET Members Public

Learn how to process SNS messages from AWS Lambda Function. We will learn how to set up and trigger a .NET Lambda Function using SNS, understand scaling and lambda concurrency and how to handle exceptions when processing messages.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS