Skip to content

Commit 5e546a1

Browse files
Added jq requirement to examples readme (#106)
* Added jq requirement to readme
1 parent c562cb8 commit 5e546a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Examples/LambdaFunctions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This sample project is a collection of Lambda functions that demonstrates
44
how to write a simple Lambda function in Swift, and how to package and deploy it
55
to the AWS Lambda platform.
66

7+
Note: The example scripts assume you have [jq](https://stedolan.github.io/jq/download/) command line tool installed.
8+
79
## Deployment instructions using AWS CLI
810

911
Steps to deploy this sample to AWS Lambda using the AWS CLI:

0 commit comments

Comments
 (0)