Lambda

How to Build and deploy AWS Lambda function with .NET 6

Build and deploy AWS Lambda function with .NET 6 Objective The objective of this article to demonstrate how to build and deploy a .NET6 application in AWS lambda. Prerequisites Step-1: Build .NET6 based AWS lambda from Visual Studio Create a new .NET 6 Lambda Function Project Write Lambda function Create a supporting model class “Customer.cs” […]

AWS Lambda: An Introduction to Function as a Service

AWS Lambda: An Introduction to Function as a Service In this article, you will learn the fundamentals of AWS Lambda as well as its main benefits, drawbacks, and features. What is AWS Lambda? AWS Lambda is a service offered by Amazon Web Services (AWS) that allows you to run your code without the need for […]

Scroll to top