AWS Lambda Tutorial

Let’s have fun creating a lambda function that converts Celsius in Farenheit. image credit: aws.amazon.com Background In the simple word, Lambda run code without thinking about servers or clusters. AWS Lambda is a serverless computing service provided that allows developers to run code without provisioning or managing servers. With AWS Lambda, developers can write code […]