From 4c5269a06d936fe65fb61483257f4de7c52de4ad Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Tue, 18 Apr 2023 09:06:12 +0200 Subject: [PATCH] Fix a dead tutorial link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d1c8f3fc..113bd9fc 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Swift AWS Lambda Runtime was designed to make building Lambda functions in Swift ## Getting started -If you have never used AWS Lambda or Docker before, check out this [getting started guide](https://fabianfett.de/getting-started-with-swift-aws-lambda-runtime) 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 [getting started guide](https://fabianfett.dev/getting-started-with-swift-aws-lambda-runtime) which helps you with every step from zero to a running Lambda. First, create a SwiftPM project and pull Swift AWS Lambda Runtime as dependency into your project