From cac8e72c85317f1dba8252c67efc8f5553ae91e4 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 29 May 2020 21:32:29 +0100 Subject: [PATCH] Fix typo in readme.md (#94) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0ed00ba7..3bed52b2 100644 --- a/readme.md +++ b/readme.md @@ -133,7 +133,7 @@ To deploy Lambda functions to AWS Lambda, you need to compile the code for Amazo AWS offers several tools to interact and deploy Lambda functions to AWS Lambda including [SAM](https://aws.amazon.com/serverless/sam/) and the [AWS CLI](https://aws.amazon.com/cli/). The [Examples Directory](/Examples) includes complete sample build and deployment scripts that utilize these tools. -Note the examples mentioned above use dynamic linking, therefore bundle the required Swift libraries in the Zip package along side the executable. You may choose to link the Lambda function statically (using `-static-stdlib`) which could improve performance but requires addition linker flags. +Note the examples mentioned above use dynamic linking, therefore bundle the required Swift libraries in the Zip package along side the executable. You may choose to link the Lambda function statically (using `-static-stdlib`) which could improve performance but requires additional linker flags. To build the Lambda function for Amazon Linux, use the Docker image published by Swift.org on [Swift toolchains and Docker images for Amazon Linux 2](https://swift.org/download/), as demonstrated in the examples.