Skip to content

Commit 0dfffc7

Browse files
authored
Merge branch 'main' into globantplus-example
2 parents 2649db7 + 8e0eae1 commit 0dfffc7

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

docker/docker-compose.al2.58.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: swift-aws-lambda:al2-5.8
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.8-amazonlinux2"
9+
swift_version: "5.8"
1010

1111
test:
1212
image: swift-aws-lambda:al2-5.8

docker/docker-compose.al2.59.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: "3"
2+
3+
services:
4+
5+
runtime-setup:
6+
image: swift-aws-lambda:al2-5.9
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.9-amazonlinux2"
10+
11+
test:
12+
image: swift-aws-lambda:al2-5.9
13+
14+
test-examples:
15+
image: swift-aws-lambda:al2-5.9
16+
17+
shell:
18+
image: swift-aws-lambda:al2-5.9

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Swift AWS Lambda Runtime was designed to make building Lambda functions in Swift
1212

1313
## Getting started
1414

15-
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.
15+
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.
1616

1717
First, create a SwiftPM project and pull Swift AWS Lambda Runtime as dependency into your project
1818

0 commit comments

Comments
 (0)