Skip to content

Commit

Permalink
Merge pull request #487 from kaiyan-sheng/add_sam_requirement
Browse files Browse the repository at this point in the history
Add SAM and docker requirement into dist.sh script
  • Loading branch information
kaiyan-sheng authored Sep 19, 2023
2 parents cdff840 + 6655f1b commit 36247f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .internal/aws/scripts/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e

echo " AWS CLI (https://aws.amazon.com/cli/) and Python3.9 with pip3 required"
echo " AWS CLI (https://aws.amazon.com/cli/), AWS SAM CLI (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html), docker and Python3.9 with pip3 required"
echo " Please, execute from root folder of the repo"

if [[ $# -ne 5 && $# -ne 6 ]]
Expand Down

0 comments on commit 36247f1

Please sign in to comment.