From d2d2a134ff65c5c7d1be18dc541d7f970dae47b4 Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Sat, 9 Aug 2025 12:37:08 +0900 Subject: [PATCH] docs(README): Fix dry-run default value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4d9d0..8d10a80 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Below are two commonly used Build examples for Node.js and Python: | `s3-bucket` | S3 bucket name for Lambda deployment package. Uses S3 deployment method if provided | No | | | `s3-key` | S3 key (path) for the Lambda deployment package | No | Auto-generated | | `publish` | Publish a new version of the function after updating | No | `true` | -| `dry-run` | Validate parameters and permissions without modifications | No | `true` | +| `dry-run` | Validate parameters and permissions without modifications | No | `false` | | `revision-id` | Update only if the revision ID matches the specified ID | No | | | `architectures` | Function instruction set architecture | No | `x86_64` | | `source-kms-key-arn` | ARN of the KMS key for encrypting deployment package | No | |