You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqs-lambda-ddb-sam-ts/deploy.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@
9
9
# Set the stack name
10
10
STACK_NAME=sqs-lambda-ddb-sam-ts
11
11
12
-
command -v aws >/dev/null 2>&1|| { echo>&2"This script requires AWS CLI (https://aws.amazon.com/cli/) to be installed. Aborting.";exit 1; }
13
-
command -v jq >/dev/null 2>&1|| { echo>&2"This script requires jq (https://stedolan.github.io/jq/) to be installed. Aborting.";exit 1; }
12
+
command -v sam >/dev/null 2>&1|| { echo>&2"This script requires AWS SAM CLI (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html) to be installed. Aborting.";exit 1; }
0 commit comments