From 6efa5d45cd737a71f48a9fc98958ce6535f119cc Mon Sep 17 00:00:00 2001 From: Brendan Kirchner Date: Mon, 1 Jun 2020 20:57:06 -0400 Subject: [PATCH 1/5] Added jq requirement to readme --- Examples/LambdaFunctions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/LambdaFunctions/README.md b/Examples/LambdaFunctions/README.md index dda328a9..7c5d5986 100644 --- a/Examples/LambdaFunctions/README.md +++ b/Examples/LambdaFunctions/README.md @@ -19,6 +19,7 @@ Steps to deploy this sample to AWS Lambda using the AWS CLI: ``` Note: This script assumes you have AWS CLI installed and credentials setup in `~/.aws/credentials`. + Note: You must also have the [jq](https://stedolan.github.io/jq/download/) command line tool installed ### Deployment instructions using AWS SAM (Serverless Application Model) From 7448918f19887fcfccdc3a1ce6b0910a4e908a7f Mon Sep 17 00:00:00 2001 From: Brendan Kirchner Date: Mon, 1 Jun 2020 21:01:31 -0400 Subject: [PATCH 2/5] Update README.md --- Examples/LambdaFunctions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/LambdaFunctions/README.md b/Examples/LambdaFunctions/README.md index 7c5d5986..a7b016e5 100644 --- a/Examples/LambdaFunctions/README.md +++ b/Examples/LambdaFunctions/README.md @@ -19,6 +19,7 @@ Steps to deploy this sample to AWS Lambda using the AWS CLI: ``` Note: This script assumes you have AWS CLI installed and credentials setup in `~/.aws/credentials`. + Note: You must also have the [jq](https://stedolan.github.io/jq/download/) command line tool installed ### Deployment instructions using AWS SAM (Serverless Application Model) From 4bc6a9ad281b92b7ea60ae3a5aa0fe18cf5386a2 Mon Sep 17 00:00:00 2001 From: Brendan Kirchner Date: Mon, 1 Jun 2020 21:02:08 -0400 Subject: [PATCH 3/5] Update README.md --- Examples/LambdaFunctions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/LambdaFunctions/README.md b/Examples/LambdaFunctions/README.md index a7b016e5..b2d16400 100644 --- a/Examples/LambdaFunctions/README.md +++ b/Examples/LambdaFunctions/README.md @@ -20,7 +20,7 @@ Steps to deploy this sample to AWS Lambda using the AWS CLI: Note: This script assumes you have AWS CLI installed and credentials setup in `~/.aws/credentials`. - Note: You must also have the [jq](https://stedolan.github.io/jq/download/) command line tool installed + Note: You must also have the [jq](https://stedolan.github.io/jq/download/) command line tool installed. ### Deployment instructions using AWS SAM (Serverless Application Model) From 269b949715fc9d8465049faf30e0cbc6ca7e5239 Mon Sep 17 00:00:00 2001 From: Brendan Kirchner Date: Tue, 2 Jun 2020 20:39:40 -0400 Subject: [PATCH 4/5] move jq requirement line --- Examples/LambdaFunctions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/LambdaFunctions/README.md b/Examples/LambdaFunctions/README.md index b2d16400..d53b94f0 100644 --- a/Examples/LambdaFunctions/README.md +++ b/Examples/LambdaFunctions/README.md @@ -4,6 +4,8 @@ This sample project is a collection of Lambda functions that demonstrates how to write a simple Lambda function in Swift, and how to package and deploy it to the AWS Lambda platform. +Note: You must have the [jq](https://stedolan.github.io/jq/download/) command line tool installed. + ## Deployment instructions using AWS CLI Steps to deploy this sample to AWS Lambda using the AWS CLI: @@ -19,8 +21,6 @@ Steps to deploy this sample to AWS Lambda using the AWS CLI: ``` Note: This script assumes you have AWS CLI installed and credentials setup in `~/.aws/credentials`. - - Note: You must also have the [jq](https://stedolan.github.io/jq/download/) command line tool installed. ### Deployment instructions using AWS SAM (Serverless Application Model) From 21d36cae79d062091b5053d9b6cf761c9e68702c Mon Sep 17 00:00:00 2001 From: tomer doron Date: Wed, 3 Jun 2020 10:43:38 -0700 Subject: [PATCH 5/5] Update Examples/LambdaFunctions/README.md --- Examples/LambdaFunctions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/LambdaFunctions/README.md b/Examples/LambdaFunctions/README.md index d53b94f0..af1ad78c 100644 --- a/Examples/LambdaFunctions/README.md +++ b/Examples/LambdaFunctions/README.md @@ -4,7 +4,7 @@ This sample project is a collection of Lambda functions that demonstrates how to write a simple Lambda function in Swift, and how to package and deploy it to the AWS Lambda platform. -Note: You must have the [jq](https://stedolan.github.io/jq/download/) command line tool installed. +Note: The example scripts assume you have [jq](https://stedolan.github.io/jq/download/) command line tool installed. ## Deployment instructions using AWS CLI