|
1 | | -[](https://github.com/swift-server/swift-openapi-lambda/actions/workflows//pull_request.yml) |
| 1 | +[](https://github.com/awslabs/swift-openapi-lambda/actions/workflows//pull_request.yml) |
2 | 2 |
|
3 | 3 |  |
4 | 4 |  |
@@ -39,9 +39,9 @@ dependencies: [ |
39 | 39 | .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.8.2"), |
40 | 40 |
|
41 | 41 | // add these three dependencies |
42 | | - .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0-beta.3"), |
43 | | - .package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "1.2.0"), |
44 | | - .package(url: "https://github.com/swift-server/swift-openapi-lambda.git", from: "2.0.0"), |
| 42 | + .package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "2.0.0"), |
| 43 | + .package(url: "https://github.com/awslabs/swift-aws-lambda-events.git", from: "1.2.0"), |
| 44 | + .package(url: "https://github.com/awslabs/swift-openapi-lambda.git", from: "2.0.0"), |
45 | 45 | ], |
46 | 46 | targets: [ |
47 | 47 | .executableTarget( |
@@ -237,6 +237,6 @@ struct QuoteServiceImpl: APIProtocol, OpenAPILambdaHttpApi { |
237 | 237 | ## References |
238 | 238 |
|
239 | 239 | - [Swift OpenAPI Generator](https://swiftpackageindex.com/apple/swift-openapi-generator/documentation) - Complete documentation and tutorials |
240 | | -- [Swift AWS Lambda Runtime](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime) - Swift runtime for AWS Lambda |
| 240 | +- [Swift AWS Lambda Runtime](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime) - Swift runtime for AWS Lambda |
241 | 241 | - [AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html) - Serverless Application Model documentation |
242 | 242 | - [API Gateway Lambda Authorizers](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html) - Lambda authorization documentation |
0 commit comments