We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
If you just copy-and-past this code and run it locally, it fails:
import boto3 if running_locally: lambda_client = boto3.client('lambda', endpoint_url="http://127.0.0.1:3001", use_ssl=False, verify=False, config=Config(signature_version=UNSIGNED, read_timeout=0, retries={'max_attempts': 0}))
Observed result: NameError and botocore.exceptions.NoRegionError are raised
NameError
botocore.exceptions.NoRegionError
Expected result: the code should run smoothly without any required change.
The text was updated successfully, but these errors were encountered:
Closing as PR was merged.
Sorry, something went wrong.
No branches or pull requests
Description:
If you just copy-and-past this code and run it locally, it fails:
Observed result:
NameError
andbotocore.exceptions.NoRegionError
are raisedExpected result: the code should run smoothly without any required change.
The text was updated successfully, but these errors were encountered: