About 1,130,000 results
Open links in new tab
  1. What is AWS Lambda?

    Nov 14, 2014 · When using Lambda, you are responsible only for your code. Lambda runs your code on a high-availability compute infrastructure and manages all the computing resources, including server …

  2. 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 options like AWS SAM …

  3. Python 3.13 runtime now available in AWS Lambda

    Nov 14, 2024 · Lambda now supports Python 3.13 as a managed language runtime. This release uses the Amazon Linux 2023 OS and includes Python 3.13 language additions including data model …

  4. Orchestrating Lambda functions with Step Functions

    Lambda functions that manage multiple tasks, implement retry logic, or contain branching logic are anti-patterns. Instead, we recommend writing Lambda functions that perform single tasks and using AWS …

  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 complexity, reduce cost and …

  6. Select a method to invoke your Lambda function using an HTTP …

    Now that you've read about the criteria for selecting between Lambda function URLs and API Gateway and the key differences between them, you can select the option that best meets your needs and use …

  7. 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, in exchange for …

  8. Create your first Lambda function - AWS Lambda

    Nov 14, 2014 · 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, …

  9. AWS Fargate or AWS Lambda?

    Nov 15, 2024 · AWS Lambda is a serverless computing service that automatically runs your code in response to events, and manages the underlying compute resources. It's best suited for event-driven …

  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 between …