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 058e39c commit 7917bafCopy full SHA for 7917baf
README.md
@@ -22,7 +22,7 @@ AWS Lambda Adapter is written in Rust and based on [AWS Lambda Rust Runtime](htt
22
AWS Lambda executes functions in x86_64 Amazon Linux Environment. We need to compile the adapter to that environment.
23
24
### Compiling with Docker
25
-On x86_64 Windows, Linux and macOS, you can run one command to compile Lambda Adapter with docker. The Dockerfile is [here](/Dockerfile.x86).
+On x86_64 Windows, Linux and macOS, you can run one command to compile Lambda Adapter with docker. The Dockerfile is [here](Dockerfile.x86).
26
27
```shell
28
$ make build
0 commit comments