mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Update commented deps in examples to use runtime v2 (#616)
Fix example dependencies Co-authored-by: Sebastien Stormacq <stormacq@amazon.lu>
This commit is contained in:
co-authored by
Sebastien Stormacq
parent
3ddd64087d
commit
72865e405a
@@ -13,7 +13,7 @@ let package = Package(
|
||||
.package(name: "swift-aws-lambda-runtime", path: "../.."),
|
||||
|
||||
// For standalone usage, comment the line above and uncomment below:
|
||||
// .package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "1.0.0"),
|
||||
// .package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "2.0.0"),
|
||||
|
||||
.package(url: "https://github.com/awslabs/swift-aws-lambda-events.git", from: "1.0.0"),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user