AWS Lambda

Product

サーバーレスコンピューティングサービス

最終更新: 2026-07-22

6 References

https://www.refbase.ai/entity/aws-lambda

Knowledge Dossier

公開済みEvidenceをIdentity / Capability / Credibility / Use Case / Constraints・Current Statusの軸で機械的に集約したものです(新規の主張・推測は含みません)。

Identity

  • AWS公式サイトによれば、AWS LambdaはAWSが提供するサーバーレスコンピューティングサービスであり、2014年11月のre:Inventで発表された。サーバーの管理を意識せずイベント駆動でコードを実行できる点を特徴とする。検証待ち AWS Lambda – Serverless Compute | AWS

Capability

  • AWS公式サイトによれば、AWS LambdaはAWSが提供するサーバーレスコンピューティングサービスであり、2014年11月のre:Inventで発表された。サーバーの管理を意識せずイベント駆動でコードを実行できる点を特徴とする。検証待ち AWS Lambda – Serverless Compute | AWS
  • AWS Lambda公式の製品ドキュメント(https://aws.amazon.com/lambda/pricing/)は、AWS Lambdaの料金・ライセンス体系に関する一次情報である。None of Lambda's 3 existing references mention a free tier or specific pricing thresholds; the existing P-02 reference only generally states billing is based on 'execution time and frequency' without giving free-tier numbers.具体的には「The free tier includes one million requests and 400,000 GB-seconds per month.」といった記載がある。ただし、価格・プラン構成・ライセンス条件は改定されうるため、この内容は取得時点のものです。請求周期・地域・契約形態・割引条件によって実際の条件は異なります。 This describes the compute/request free tier specifically; it doesn't address costs for related resources a Lambda function might invoke (e.g., API Gateway, S3, DynamoDB), which have their own separate pricing.2026年08月27日に同Sourceを取得し、この内容を確認した。検証待ち AWS Lambda料金・ライセンス体系に関する公開情報
  • AWS Lambda公式の製品ドキュメント(https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html)は、AWS Lambdaの導入形態に関する一次情報である。Distinct from the free-tier pricing finding above and from existing references, which describe Lambda's serverless/event-driven nature and billing model comparison to EC2, but do not mention specific execution-time or memory quota numbers.具体的には「Code can run for up to 15 minutes in a single invocation and a single function can use up to 10,240 MB of memory. Quota table: Function memory allocation 128 MB to 10,240 MB; Function timeout 900 seconds (15 minutes).」といった記載がある。ただし、提供形態の詳細(対応地域・対応バージョン等)はこのSourceからは確認できません。 This page lists both hard and soft quotas; the specific 15-minute timeout and 10,240MB memory ceiling used here are explicitly stated as unchangeable hard limits, distinct from other adjustable soft limits (e.g., concurrency) on the same page.2026年08月27日に同Sourceを取得し、この内容を確認した。検証待ち AWS Lambda導入形態に関する公開情報

Credibility

  • 独立系レビュープラットフォームPeerSpot上のAWS Lambdaのレビューでは、サーバーレスコンピューティングサービスとしての導入実績が記録されている。検証待ち AWS Lambda Reviews & Ratings
  • AWS公式のCapital One導入事例によれば、あるアプリケーションをAWS Lambdaへ移行したことで最大90%のコスト削減を達成し、新規アプリケーションの構築期間も数週間から数日に短縮されたと報告されている。検証待ち Capital One Case Study | AWS Lambda and ECS

Use Case

公開Evidence未整備

Constraints / Current Status

  • AWS公式サイトによれば、AWS Lambdaは実際にコードが実行された時間・回数に応じて課金される点が特徴で、サーバーを常時起動して確保するAmazon EC2とは課金モデル・運用モデルが異なる。検証待ち AWS Lambda Pricing | AWS

Key References

Knowledge Graph

References — 問い別の知識

データアクセス

各APIエンドポイントはJSON形式でデータを返します。生成AIのツール呼び出し・RAG連携での利用を想定しています。