Lambda

The AWS Lambda functions are one of the very usefull features of AWS. You can create functions and then put them on the AWS Cloud. You dont need to pay for them
You only pay when you use the computational resources when calling the function

Lambda on Visual Studio

Here I have the Lambda parameters on my computer in Visual Studio that actually calls the Lambda function on AWS

Lambda Parameters

I am passing two variables to the function

Lambda Response

And Here is the response of the Lambda Function when it is invoked by pressing the invoke button

Actual Static Lambda Function in Action

You can check a static Lambda function below

Click Here to call Lambda on AWS

Actual Dynamic Lambda Function in Action

You can check one Dynamic Lambda function below

Click Here to call Lambda and then Enter your name in the popup


For More Info

For more information on AWS Please Visit Here