Setting Up First AWS Lambda Function
If you have ever wanted to run code without worrying about servers, AWS Lambda is the way to go. Lambda is a serverless computing services that lets you execute your code in response to various events, without having to manage any infrastructure. In ...
mytree-lambda.hashnode.dev5 min read