Skip to content

Commit b195c31

Browse files
committed
debug
1 parent 6b81c78 commit b195c31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

β€Žterraform/package_lambda.shβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,7 @@ echo "πŸ“‚ Current directory: $(pwd)"
5555
#list contents of the build directory
5656
echo "πŸ“‚ Contents of build directory: $(ls -1 $BUILD_DIR)"
5757

58+
echo "πŸ“‚ Contents of project directory: $(ls -1 $PROJECT_DIR)"
59+
echo "πŸ“‚ Contents of parent directory: $(ls -1 $PROJECT_DIR/..)"
60+
5861
echo "βœ… Lambda package created: lambda_package.zip"

0 commit comments

Comments
Β (0)