From f5f3c30ad131765eb690d602ffe9ffa3aa24f65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Wed, 8 Jan 2025 09:31:31 +0100 Subject: [PATCH] add links to new documentation Update links in the readme to point to the new doc on SPI --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7825f410..17209a44 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,9 @@ Swift AWS Lambda Runtime was designed to make building Lambda functions in Swift ## Getting started -To get started, read [the Swift AWS Lambda runtime v1 tutorial](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/1.0.0-alpha.3/tutorials/table-of-content). It provides developers with detailed step-by-step instructions to develop, build, and deploy a Lambda function. +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. + +We also wrote a comprehensive [deployment guide](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/main/documentation/awslambdaruntimecore/deployment). Or, if you're impatient to start with runtime v2, try these six steps: