Skip to content

Commit

Permalink
added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvgupta committed Jul 12, 2024
1 parent 4787b32 commit 1cdb2b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/deployFunction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,17 @@ while getopts "t:f:s:k:l:r:c:d:u:n:g:x:h" opt; do
esac
done

echo $type
echo $function
echo $s3Bucket
echo $s3Key
echo $redshiftRole
echo $cluster
echo $db
echo $user
echo $schema
echo $securityGroup
echo $subnet

# validate required arguments
notNull "$type" "Please provide the function type -t"
Expand Down

0 comments on commit 1cdb2b4

Please sign in to comment.