- 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
- 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 provisioning, automatic scaling, and logging
- AWS Lambda Documentation
Provides a conceptual overview of AWS Lambda, detailed instructions for using the various features, and a complete API reference for developers
- AWS Lambda Getting Started
Find getting started resources including documentation for AWS Lambda
- AWS Lambda とは?
Lambda は、容量の管理、モニタリング、Lambda 関数のログ記録など、運用および管理アクティビティをユーザーに代わって実行します。 主な特徴 次の主要な機能は、スケーラブルで安全で拡張が容易な Lambda アプリケーションの開発に役立ちます。
- AWS Lambda Features
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you These events may include changes in state or an update, such as a user placing an item in a shopping cart on an ecommerce website
- ¿Qué es AWS Lambda?
Cuando se utiliza Lambda, solo es necesario preocuparse por el código Lambda administra la flota de computación, que ofrece una combinación equilibrada de memoria, CPU, red y otros recursos para ejecutar su código
|