Skip to content

Commit 246115f

Browse files
authored
Merge pull request #24 from kakakakakku/readme
docs(README): Fix dry-run default value
2 parents 615c5e0 + d2d2a13 commit 246115f

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
@@ -144,7 +144,7 @@ Below are two commonly used Build examples for Node.js and Python:
144144
| `s3-bucket` | S3 bucket name for Lambda deployment package. Uses S3 deployment method if provided | No | |
145145
| `s3-key` | S3 key (path) for the Lambda deployment package | No | Auto-generated |
146146
| `publish` | Publish a new version of the function after updating | No | `true` |
147-
| `dry-run` | Validate parameters and permissions without modifications | No | `true` |
147+
| `dry-run` | Validate parameters and permissions without modifications | No | `false` |
148148
| `revision-id` | Update only if the revision ID matches the specified ID | No | |
149149
| `architectures` | Function instruction set architecture | No | `x86_64` |
150150
| `source-kms-key-arn` | ARN of the KMS key for encrypting deployment package | No | |

0 commit comments

Comments
 (0)