Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test-integrations-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
name: Cloud
timeout-minutes: 30
runs-on: ${{ matrix.os }}
env:
DOCKER_API_VERSION: "1.44"
SAM_DOCKER_API_VERSION: "1.44"
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions tests/integrations/aws_lambda/test_aws_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def before_test():
}

finally:
with open(debug_log_file, "r", errors="replace") as f:
print(f.read())

print("[test_environment fixture] Tearing down AWS Lambda test infrastructure")

process.terminate()
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ deps =

# AWS Lambda
aws_lambda: aws-cdk-lib
aws_lambda: aws-sam-cli
; aws_lambda: aws-sam-cli
aws_lambda: boto3
aws_lambda: fastapi
aws_lambda: requests
Expand Down
Loading