From 2532d00a7d5f792ff7a03ae331cbe0d82151815c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Sun, 7 Sep 2025 08:59:27 +0200 Subject: [PATCH] Update getting started links in readme Updated links in the getting started section to point to the latest tutorial and guide. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 28db437..7c2a06c 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ AWS Lambda functions can be invoked directly from the AWS Lambda console UI, AWS ## Getting started -If you have never used AWS Lambda or Docker before, check out this [getting started guide](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/1.0.0-alpha.3/tutorials/table-of-content) which helps you with every step from zero to a running Lambda. +If you have never used AWS Lambda or Docker before, check out this [tutorial](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/2.0.0-beta.3/tutorials/table-of-content) or the [getting started guide](https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime/2.0.0-beta.3/documentation/awslambdaruntime/quick-setup) which helps you with every step from zero to a running Lambda. Swift AWS Lambda Events is a supporting library for the [Swift AWS Lambda Runtime](http://github.com/swift-server/swift-aws-lambda-runtime) library, where you can find further documentation and examples.