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 9babfea commit bbb2fa0Copy full SHA for bbb2fa0
Package.swift
@@ -49,7 +49,8 @@ let package = Package(
49
capability: .command(
50
intent: .custom(
51
verb: "archive",
52
- description: "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
+ description:
53
+ "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
54
)
55
56
),
0 commit comments