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

    Lambda runs your code on a high-availability compute infrastructure and manages all the computing resources, including server and operating system maintenance, capacity …

  2. Serverless Computing - AWS Lambda - Amazon Web Services

    AWS Lambda is a serverless compute service for running code without having to provision or manage servers. You pay only for the compute time you consume.

  3. 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 …

  4. AWS Lambda Documentation

    Provides a conceptual overview of AWS Lambda, detailed instructions for using the various features, and a complete API reference for developers.

  5. AWS Lambda – Getting Started

    AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you, making it easier to build …

  6. How Lambda works - AWS Lambda

    In Lambda, functions are the fundamental building blocks you use to create applications. A Lambda function is a piece of code that runs in response to events, such as a user clicking a …

  7. Building Lambda functions with Python - AWS Lambda

    Define Lambda function handler in Python. Working with .zip file archives for Python Lambda functions. Deploy Python Lambda functions with container images. Working with layers for …

  8. Comprensión de los conceptos básicos de Lambda - AWS Lambda

    Funciones de Lambda y controladores de funciones: una función de Lambda es un pequeño bloque de código que se ejecuta en respuesta a eventos. Las funciones son los componentes …

  9. Best practices for working with AWS Lambda functions

    Use Using CloudWatch metrics with Lambda and CloudWatch Alarms instead of creating or updating a metric from within your Lambda function code. It's a much more efficient way to …

  10. AWS Lambda とは

    Lambda は、ランタイム、レイヤー、拡張機能をパッケージ化した実行環境で、言語固有のランタイム (Node.js や Python など) を使用してコードを実行します。

Refresh