We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474f9cf commit 63e48c5Copy full SHA for 63e48c5
Examples/_MyFirstFunction/create_and_deploy_function.sh
@@ -23,6 +23,7 @@ which docker > /dev/null || (echo "Docker is not installed. Please install Dock
23
which aws > /dev/null || (echo "AWS CLI is not installed. Please install AWS CLI and try again." && exit 1)
24
25
# import code present in create_iam_role.sh
26
+# shellcheck source=./create_iam_role.sh
27
source ./create_iam_role.sh
28
29
# check if user has an access key and secret access key
0 commit comments