AWS Lambda :: Part 1
AWS Lambda is a game changing server-less computing service offered by AWS. It allow developer to run code without provisioning managing server. And that's one of the major difference between using EC2 and Lambda function.
While we use EC2, we are re...
apurvaws.hashnode.dev3 min read