Skip to content

Commit 6a758e7

Browse files
committed
cleanup
1 parent ff17559 commit 6a758e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ let package = Package(
5353
]),
5454
.testTarget(name: "AWSLambdaTestingTests", dependencies: ["AWSLambdaTesting"]),
5555
// for perf testing
56-
.target(name: "MockServer", dependencies: [
56+
.executableTarget(name: "MockServer", dependencies: [
5757
.product(name: "NIOHTTP1", package: "swift-nio"),
5858
.product(name: "NIO", package: "swift-nio"),
5959
]),

Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ struct AWSLambdaPackager: CommandPlugin {
139139
return results
140140
}
141141

142-
#warning("FIXME: use zlib")
142+
// TODO: explore using ziplib or similar instead of shelling out
143143
private func package(
144144
products: [LambdaProduct: Path],
145145
toolsProvider: (String) throws -> Path,

0 commit comments

Comments
 (0)