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 63e48c5 commit 1b16e5eCopy full SHA for 1b16e5e
Examples/_MyFirstFunction/create_and_deploy_function.sh
@@ -23,8 +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
+source create_iam_role.sh
28
29
# check if user has an access key and secret access key
30
echo "This script creates and deploys a Lambda function on your AWS Account.
0 commit comments