What is AWS Lambda? - AWS Lambda
https://docs.aws.amazon.com/lambda/latest/dgYou can invoke your Lambda functions using the Lambda API, or Lambda can run your functions in response to events from other AWS services. For example, you can use Lambda to: Build data-processing triggers for AWS services such as Amazon Simple Storage Service (Amazon S3) and Amazon DynamoDB. Process streaming data stored in Amazon Kinesis.
Serverless Computing - AWS Lambda - Amazon Web Services
aws.amazon.com › lambdaAWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use. File processing.
What is AWS Lambda? - AWS Lambda
docs.aws.amazon.com › lambda › latestFor example, you can use Lambda to: Build data-processing triggers for AWS services such as Amazon Simple Storage Service (Amazon S3) and Amazon DynamoDB. Process streaming data stored in Amazon Kinesis. Create your own backend that operates at AWS scale, performance, and security. Lambda is a highly available service.