Skip to content

Commit b579cf0

Browse files
committed
Drop -d 5.2 from README, not necessary anymore
5.3 toolchains now available.
1 parent 477a491 commit b579cf0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,11 @@ else {
103103
}
104104
```
105105

106-
Build the package using `swift lambda build -d 5.2` and deploy it to AWS by
107-
calling `swift lambda deploy -d 5.2`.
106+
Build the package using `swift lambda build` and deploy it to AWS by
107+
calling `swift lambda deploy`.
108108
It expects a Lambda configuration called `HelloWorld` (select a different
109109
function using the `-f` argument).
110110

111-
> The `-d 5.2` is necessary until AmazonLinux 5.3 development toolchains are
112-
> available.
113-
114111
A more complex example:
115112
[express-simple-lambda](https://github.com/Macro-swift/Examples/tree/feature/lambda-express-1/Sources/express-simple-lambda),
116113
it looks like this:

0 commit comments

Comments
 (0)