AWS Lambda: Difference between revisions

Content deleted Content added
mNo edit summary
m Replaced it with a more reliable source
Line 10:
}}
 
'''AWS Lambda''' is an [[event-driven programming|event-driven]], [[Serverless computing|serverless]] [[Function as a service|Function as a Service]] (FaaS) provided by [[Amazon.com|Amazon]] as a part of [[Amazon Web Services]]. It is designed to enable developers to run code without provisioning or managing servers. It executes code in response to [[Event (computing)|events]] and automatically manages the computing resources required by that code. It was introduced on November 13, 2014. <ref>{{citeCite web |url=https://aws.amazon.com/blogs/aws/run-code-cloud/book |title=AWSServerless LambdaDevelopment on RunAWS CodeBuilding inEnterprise-Scale theServerless CloudSolutions |datepublisher=NovemberO'Reilly 13, 2014Media |firstisbn=Jeff |last=Barr |website=AWS News Blog |access-date=August 29, 20229781098141899}}</ref>
 
==Specification==