Skip to content

Commit d2d2a13

Browse files
committed
docs(README): Fix dry-run default value
1 parent 612742f commit d2d2a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Below are two commonly used Build examples for Node.js and Python:
143143
| `s3-bucket` | S3 bucket name for Lambda deployment package. Uses S3 deployment method if provided | No | |
144144
| `s3-key` | S3 key (path) for the Lambda deployment package | No | Auto-generated |
145145
| `publish` | Publish a new version of the function after updating | No | `true` |
146-
| `dry-run` | Validate parameters and permissions without modifications | No | `true` |
146+
| `dry-run` | Validate parameters and permissions without modifications | No | `false` |
147147
| `revision-id` | Update only if the revision ID matches the specified ID | No | |
148148
| `architectures` | Function instruction set architecture | No | `x86_64` |
149149
| `source-kms-key-arn` | ARN of the KMS key for encrypting deployment package | No | |

0 commit comments

Comments
 (0)