We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc4f69 commit 18fc0e9Copy full SHA for 18fc0e9
1 file changed
terraform/package_lambda.sh
@@ -44,6 +44,7 @@ python --version
44
# Check for poetry and python3.11
45
command -v poetry >/dev/null 2>&1 || { echo "❌ poetry not found. Please install poetry."; exit 1; }
46
command -v python3.11 >/dev/null 2>&1 || { echo "❌ python3.11 not found. Please install Python 3.11."; exit 1; }
47
+poetry self update
48
49
echo "Exporting dependencies and packaging Lambda..."
50
poetry export -f requirements.txt --without-hashes -o requirements.txt || exit 1
0 commit comments