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導入形態に関する公開情報