We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a8ed9 commit 6b81c78Copy full SHA for 6b81c78
1 file changed
terraform/package_lambda.sh
@@ -52,4 +52,7 @@ cd ..
52
53
echo "📂 Current directory: $(pwd)"
54
55
+#list contents of the build directory
56
+echo "📂 Contents of build directory: $(ls -1 $BUILD_DIR)"
57
+
58
echo "✅ Lambda package created: lambda_package.zip"
0 commit comments