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 0af509b commit 0423c23Copy full SHA for 0423c23
Package.swift
@@ -55,7 +55,10 @@ let package = Package(
55
verb: "archive",
56
description:
57
"Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
58
- )
+ ),
59
+ permissions: [
60
+ .allowNetworkConnections(scope: .docker, reason: "The archiver plugin needs docker to build the executable that can be run in AWS Lambda.")
61
+ ]
62
)
63
),
64
.testTarget(
0 commit comments