Skip to content

Commit 0457a37

Browse files
committed
fixup
1 parent b2842ba commit 0457a37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Package.swift

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ let package = Package(
3131
.product(name: "NIOConcurrencyHelpers", package: "swift-nio"),
3232
.product(name: "NIOPosix", package: "swift-nio"),
3333
]),
34-
.plugin(
35-
name: "AWSLambdaPackager",
36-
capability: .command(intent: .custom(verb: "archive", description: "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS."))
37-
),
3834
.testTarget(name: "AWSLambdaRuntimeCoreTests", dependencies: [
3935
.byName(name: "AWSLambdaRuntimeCore"),
4036
.product(name: "NIOTestUtils", package: "swift-nio"),

0 commit comments

Comments
 (0)