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 3e3ca95 commit 46a080fCopy full SHA for 46a080f
tests/integrations/aws_lambda/test_aws_lambda.py
@@ -95,6 +95,7 @@ def lambda_client():
95
endpoint_url=f"http://127.0.0.1:{SAM_PORT}", # noqa: E231
96
aws_access_key_id="dummy",
97
aws_secret_access_key="dummy",
98
+ region_name="us-east-1",
99
)
100
101
0 commit comments