From 7898d118a0ec9943c9c318693c66499eaf6bc874 Mon Sep 17 00:00:00 2001 From: Juan Carlos Valerio Date: Mon, 23 Apr 2018 22:19:20 -0300 Subject: [PATCH] Update README.md Remove a duplicate statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396934906a..28461f973c 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ As with the AWS CLI and SDKs, SAM Local will look for credentials in the followi See this [Configuring the AWS CLI](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#config-settings-and-precedence) for more details. ### Lambda Environment Variables -If your Lambda function uses environment variables, you can you can provide values for them will passed to the Docker container. Here is how you would do it: +If your Lambda function uses environment variables, you can provide values for them will passed to the Docker container. Here is how you would do it: For example, consider the SAM template snippet: