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 36bdd33 commit 7b28a79Copy full SHA for 7b28a79
Package.swift
@@ -56,12 +56,12 @@ let package = Package(
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: [
+ permissions: [
60
.allowNetworkConnections(
61
scope: .docker,
62
reason: "This plugin uses Docker to create the AWS Lambda ZIP package."
63
)
64
- ]
+ ]
65
66
67
.testTarget(
0 commit comments