Skip to content

cleanup unused code #498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ let package = Package(
// plugin to package the lambda, creating an archive that can be uploaded to AWS
// requires Linux or at least macOS v15
.plugin(name: "AWSLambdaPackager", targets: ["AWSLambdaPackager"]),
// for testing only
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
],
traits: [
"FoundationJSONSupport",
Expand Down Expand Up @@ -71,21 +69,6 @@ let package = Package(
.product(name: "NIOFoundationCompat", package: "swift-nio"),
]
),
// testing helper
.target(
name: "AWSLambdaTesting",
dependencies: [
.byName(name: "AWSLambdaRuntime"),
.product(name: "NIOCore", package: "swift-nio"),
.product(name: "NIOPosix", package: "swift-nio"),
]
),
.testTarget(
name: "AWSLambdaTestingTests",
dependencies: [
.byName(name: "AWSLambdaTesting")
]
),
// for perf testing
.executableTarget(
name: "MockServer",
Expand Down
17 changes: 0 additions & 17 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ let package = Package(
// plugin to package the lambda, creating an archive that can be uploaded to AWS
// requires Linux or at least macOS v15
.plugin(name: "AWSLambdaPackager", targets: ["AWSLambdaPackager"]),
// for testing only
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
Expand Down Expand Up @@ -60,21 +58,6 @@ let package = Package(
.product(name: "NIOFoundationCompat", package: "swift-nio"),
]
),
// testing helper
.target(
name: "AWSLambdaTesting",
dependencies: [
.byName(name: "AWSLambdaRuntime"),
.product(name: "NIOCore", package: "swift-nio"),
.product(name: "NIOPosix", package: "swift-nio"),
]
),
.testTarget(
name: "AWSLambdaTestingTests",
dependencies: [
.byName(name: "AWSLambdaTesting")
]
),
// for perf testing
.executableTarget(
name: "MockServer",
Expand Down
17 changes: 0 additions & 17 deletions Sources/AWSLambdaTesting/LambdaTestRuntime.swift

This file was deleted.

18 changes: 0 additions & 18 deletions Tests/AWSLambdaTestingTests/LambdaTestRuntimeTests.swift

This file was deleted.