We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b81c78 commit b195c31Copy full SHA for b195c31
1 file changed
βterraform/package_lambda.shβ
@@ -55,4 +55,7 @@ echo "π Current directory: $(pwd)"
55
#list contents of the build directory
56
echo "π Contents of build directory: $(ls -1 $BUILD_DIR)"
57
58
+echo "π Contents of project directory: $(ls -1 $PROJECT_DIR)"
59
+echo "π Contents of parent directory: $(ls -1 $PROJECT_DIR/..)"
60
+
61
echo "β Lambda package created: lambda_package.zip"
0 commit comments