We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477a491 commit b579cf0Copy full SHA for b579cf0
README.md
@@ -103,14 +103,11 @@ else {
103
}
104
```
105
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`.
+Build the package using `swift lambda build` and deploy it to AWS by
+calling `swift lambda deploy`.
108
It expects a Lambda configuration called `HelloWorld` (select a different
109
function using the `-f` argument).
110
111
-> The `-d 5.2` is necessary until AmazonLinux 5.3 development toolchains are
112
-> available.
113
-
114
A more complex example:
115
[express-simple-lambda](https://github.com/Macro-swift/Examples/tree/feature/lambda-express-1/Sources/express-simple-lambda),
116
it looks like this:
0 commit comments