Skip to content

Commit

Permalink
Add region
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 19, 2025
1 parent 3e3ca95 commit 46a080f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integrations/aws_lambda/test_aws_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def lambda_client():
endpoint_url=f"http://127.0.0.1:{SAM_PORT}", # noqa: E231
aws_access_key_id="dummy",
aws_secret_access_key="dummy",
region_name="us-east-1",
)


Expand Down

0 comments on commit 46a080f

Please sign in to comment.