@@ -38,9 +38,9 @@ To expose your OpenAPI implementation as an AWS Lambda function:
38
38
.package (url : " https://github.com/apple/swift-openapi-runtime.git" , from : " 1.0.0" ),
39
39
40
40
// add these three dependencies
41
- .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , branch : " 1.0.0-alpha.1" ),
42
- .package (url : " https://github.com/swift-server/swift-aws-lambda-events.git" , branch : " main " ),
43
- .package (url : " https://github.com/sebsto/swift-openapi-lambda" , branch : " main " )
41
+ .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , from : " 1.0.0-alpha.1" ),
42
+ .package (url : " https://github.com/swift-server/swift-aws-lambda-events.git" , from : " 0.1.0 " ),
43
+ .package (url : " https://github.com/sebsto/swift-openapi-lambda" , from : " 0.1.1 " )
44
44
],
45
45
```
46
46
@@ -203,9 +203,9 @@ let package = Package(
203
203
dependencies : [
204
204
.package (url : " https://github.com/apple/swift-openapi-generator.git" , from : " 1.0.0" ),
205
205
.package (url : " https://github.com/apple/swift-openapi-runtime.git" , from : " 1.0.0" ),
206
- .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , branch : " 1.0.0-alpha.1" ),
207
- .package (url : " https://github.com/swift-server/swift-aws-lambda-events.git" , branch : " main " ),
208
- .package (url : " https://github.com/sebsto/swift-openapi-lambda" , branch : " main " )
206
+ .package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , from : " 1.0.0-alpha.1" ),
207
+ .package (url : " https://github.com/swift-server/swift-aws-lambda-events.git" , from : " 0.1.0 " ),
208
+ .package (url : " https://github.com/sebsto/swift-openapi-lambda" , from : " 0.1.1 " )
209
209
],
210
210
targets : [
211
211
.executableTarget (
0 commit comments