AWS Lambda
Learn about AWS Lambda, a serverless computing service.
We'll cover the following...
Introduction
AWS Lambda is a serverless computing service that lets us run code without provisioning or managing servers. We can simply upload our code to the service, where it automatically runs in a highly scalable computing infrastructure managed by AWS.
Note: The term “serverless” is used to describe an architecture style for building and running applications and services ...
Ask