About 2,690,000 results
Open links in new tab
  1. Serverless Computing - AWS Lambda - Amazon Web Services

    AWS serverless architecture, powered by AWS Lambda, is ideal for generative AI applications, enabling you to start small and scale seamlessly while handling distributed, event-driven …

  2. What is AWS Lambda?

    Lambda is a compute service that you can use to build applications without provisioning or managing servers.

  3. How Lambda works - AWS Lambda

    Learn about basic Lambda concepts such as functions, execution environments, deployment packages, layers, runtimes, extensions, events, and concurrency.

  4. Serverless Computing - AWS Lambda Features - Amazon Web …

    AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you.

  5. AWS Lambda – Getting Started

    Use AWS Lambda on its own or combined with other AWS services to build powerful web applications, microservices and APIs that help you to gain agility, reduce operational …

  6. AWS Lambda Pricing

    AWS Lambda participates in Compute Savings Plans, a flexible pricing model that offers low prices on Amazon Elastic Compute Cloud (Amazon EC2), AWS Fargate, and Lambda usage, …

  7. Create your first Lambda function - AWS Lambda

    To get started with Lambda, use the Lambda console to create a function. In a few minutes, you can create and deploy a function and test it in the console. As you carry out the tutorial, you'll …

  8. Developing Lambda functions locally with VS Code - AWS Lambda

    You can move your Lambda functions from the Lambda console to Visual Studio Code, which provides a full development environment and allows you to use other local development …

  9. Lambda quotas - AWS Lambda

    Lambda sets quotas for the amount of compute and storage resources that you can use to run and store functions. Quotas for concurrent executions and storage apply per AWS Region.

  10. Lambda runtimes - AWS Lambda

    Lambda supports multiple languages through the use of runtimes. A runtime provides a language-specific environment that relays invocation events, context information, and responses …