Skip to content

Commit 5a4f825

Browse files
committed
Lambda fix for CDK
1 parent a1337b3 commit 5a4f825

2 files changed

Lines changed: 1 addition & 434 deletions

File tree

infrastructure/lambda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pip install -r requirements.txt --target "$TEMP_DIR/package"
3737

3838
# Copy function code
3939
echo "Copying function code..."
40-
cp src/lambda_function.py "$TEMP_DIR/package/"
40+
cp src/index.py "$TEMP_DIR/package/"
4141
cp src/eks_client.py "$TEMP_DIR/package/"
4242

4343
# Create deployment package

0 commit comments

Comments
 (0)