We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405906f commit 9f7b043Copy full SHA for 9f7b043
Package.swift
@@ -68,7 +68,7 @@ let package = Package(
68
name: "AWSLambdaPackager",
69
capability: .command(
70
intent: .custom(
71
- verb: "archive",
+ verb: "lambda-build",
72
description:
73
"Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
74
),
0 commit comments