File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ First, create a SwiftPM project and pull Swift AWS Lambda Runtime as dependency
27
27
.executable (name : " MyLambda" , targets : [" MyLambda" ]),
28
28
],
29
29
dependencies : [
30
- .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , from : " 1.0.0-alpha " ),
30
+ .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , branch : " v1 " ),
31
31
],
32
32
targets : [
33
33
.executableTarget (name : " MyLambda" , dependencies : [
@@ -96,7 +96,7 @@ Next, create a `MyLambda.swift` and implement your Lambda. Note that the file ca
96
96
.executable (name : " MyLambda" , targets : [" MyLambda" ]),
97
97
],
98
98
dependencies : [
99
- .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , from : " 1.0.0-alpha " ),
99
+ .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , branch : " v1 " ),
100
100
.package (url : " https://github.com/swift-server/swift-aws-lambda-events.git" , branch : " main" ),
101
101
],
102
102
targets : [
You can’t perform that action at this time.
0 commit comments