About 625,000 results
Open links in new tab
  1. 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 …

  2. Serverless Computing - AWS Lambda - Amazon Web Services

    With AWS Lambda, you can build and operate powerful web and mobile back-ends that deliver consistent, uninterrupted service to end users by automatically scaling up and down based on …

  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 …

  4. What is AWS Lambda?

    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 …

  5. How Lambda works - AWS Lambda

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

  6. Optimizing cold start performance of AWS Lambda using …

    Apr 29, 2025 · The largest contributor to startup latency (often referred to as cold-start time) is the time spent initializing a function. This post discusses ‘Priming’, a technique to further optimize …

  7. Powertools for AWS Lambda

    This document covers creating, invoking, updating, listing, and deleting Lambda functions, as well as connecting Lambda to various AWS services like RDS, Kinesis, DynamoDB, DocumentDB, …

  8. Using GitHub Actions to deploy Lambda functions - AWS Lambda

    You can use GitHub Actions to automatically deploy Lambda functions when you push code or configuration changes to your repository. The Deploy Lambda Function action provides a …

  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 …

  10. Lambda runtimes - AWS Lambda

    Lambda is responsible for curating and publishing security updates for all supported managed runtimes and container base images. By default, Lambda will apply these updates …