-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3464 Add FaaS platform to handshake metadata #1204
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The docs failure is unrelated and being worked on by RTD: readthedocs/readthedocs.org#10290 (comment) |
Something funky is going on on windows:
Edit: this was caused by https://jira.mongodb.org/browse/DRIVERS-2623 |
return True | ||
env = os.getenv("AWS_EXECUTION_ENV") | ||
if env: | ||
return env.startswith("AWS_Lambda_") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was needed to fix the issue described in https://jira.mongodb.org/browse/DRIVERS-2623
Implements:
Helpful links: