Skip to content

Commit 7b0abac

Browse files
authored
Merge branch 'main' into sebsto/quick-start
2 parents a5603da + 64b1d31 commit 7b0abac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,7 @@ LOCAL_LAMBDA_SERVER_INVOCATION_ENDPOINT=/2015-03-31/functions/function/invocatio
380380

381381
## Deploying your Swift Lambda functions
382382

383-
There is a full deployment guide available in [the documentation](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/documentation/awslambdaruntime).
384-
385-
> [!NOTE]
386-
> We will add the deep link to the correct page once published on the [Swift Package Index](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime).
383+
There is a full deployment guide available in [the documentation](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/documentation/awslambdaruntimecore/deployment).
387384

388385
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.
389386

0 commit comments

Comments
 (0)