Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
Loading