Skip to content

Commit cd5587a

Browse files
committed
debug
1 parent b65112e commit cd5587a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

redis_sync/package_lambda.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ set -e
33

44
PROJECT_DIR="${1:-.}" # Default to current dir if not provided
55

6+
# show current directory
7+
echo "📂 Current directory: $(pwd)
8+
Project directory: $PROJECT_DIR"
9+
# list contents of the project directory
10+
echo "📂 Contents of project directory: $(ls -1 $PROJECT_DIR)"
11+
12+
613
echo "🚀 Packaging Lambda from $PROJECT_DIR..."
714

815
# Clean previous build

0 commit comments

Comments
 (0)