We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1337b3 commit 5a4f825Copy full SHA for 5a4f825
2 files changed
infrastructure/lambda/build.sh
@@ -37,7 +37,7 @@ pip install -r requirements.txt --target "$TEMP_DIR/package"
37
38
# Copy function code
39
echo "Copying function code..."
40
-cp src/lambda_function.py "$TEMP_DIR/package/"
+cp src/index.py "$TEMP_DIR/package/"
41
cp src/eks_client.py "$TEMP_DIR/package/"
42
43
# Create deployment package
0 commit comments