Skip to content

Commit 46a080f

Browse files
committed
Add region
1 parent 3e3ca95 commit 46a080f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/aws_lambda/test_aws_lambda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def lambda_client():
9595
endpoint_url=f"http://127.0.0.1:{SAM_PORT}", # noqa: E231
9696
aws_access_key_id="dummy",
9797
aws_secret_access_key="dummy",
98+
region_name="us-east-1",
9899
)
99100

100101

0 commit comments

Comments
 (0)