|
1 | 1 |
|
2 | | -You can read [the Swift AWS Lambda Runtime documentation](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/2.0.0/documentation/awslambdaruntime) on the Swift Package Index. |
| 2 | +You can read [the Swift AWS Lambda Runtime documentation](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime/2.3.0/documentation/awslambdaruntime) on the Swift Package Index. |
3 | 3 |
|
4 | 4 | This guide contains the following sections: |
5 | 5 |
|
@@ -37,9 +37,9 @@ Swift AWS Lambda Runtime was designed to make building Lambda functions in Swift |
37 | 37 |
|
38 | 38 | ## Getting started |
39 | 39 |
|
40 | | -To get started, read [the Swift AWS Lambda runtime tutorial](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/tutorials/table-of-content). It provides developers with detailed step-by-step instructions to develop, build, and deploy a Lambda function. |
| 40 | +To get started, read [the Swift AWS Lambda runtime tutorial](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime/2.3.0/tutorials/table-of-content). It provides developers with detailed step-by-step instructions to develop, build, and deploy a Lambda function. |
41 | 41 |
|
42 | | -We also wrote a comprehensive [deployment guide](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/documentation/awslambdaruntime/deployment). |
| 42 | +We also wrote a comprehensive [deployment guide](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime/2.3.0/documentation/awslambdaruntime/deployment). |
43 | 43 |
|
44 | 44 | Or, if you're impatient to start with runtime v2, try these six steps: |
45 | 45 |
|
@@ -484,7 +484,7 @@ LOCAL_LAMBDA_PORT=8080 LOCAL_LAMBDA_INVOCATION_ENDPOINT=/2015-03-31/functions/fu |
484 | 484 |
|
485 | 485 | ## Deploying your Swift Lambda functions |
486 | 486 |
|
487 | | -There is a full deployment guide available in [the documentation](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/documentation/awslambdaruntime/deployment). |
| 487 | +There is a full deployment guide available in [the documentation](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime/2.3.0/documentation/awslambdaruntime/deployment). |
488 | 488 |
|
489 | 489 | There are multiple ways to deploy your Swift code to AWS Lambda. The very first time, you'll probably use the AWS Console to create a new Lambda function and upload your code as a zip file. However, as you iterate on your code, you'll want to automate the deployment process. |
490 | 490 |
|
@@ -522,7 +522,7 @@ Value https://a5q74es3k2.execute-api.us-east-1.amazonaws.com |
522 | 522 | ----------------------------------------------------------------------------------------------------------------------------- |
523 | 523 | ``` |
524 | 524 |
|
525 | | -Please refer to the full deployment guide available in [the documentation](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/documentation/awslambdaruntime) for more details. |
| 525 | +Please refer to [the full deployment guide available in the documentation](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime/2.3.0/documentation/awslambdaruntime/deployment) for more details. |
526 | 526 |
|
527 | 527 | ## Swift AWS Lambda Runtime - Design Principles |
528 | 528 |
|
|
0 commit comments