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 57bc777 commit a1c4004Copy full SHA for a1c4004
Package.swift
@@ -26,6 +26,7 @@ let package = Package(
26
)
27
],
28
dependencies: [
29
+ // TODO: change to upstream once the upstream is tagged
30
.package(url: "https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git", branch: "main"),
31
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.5.0"),
32
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
0 commit comments