-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: add support for Conditions in Serverless API #742
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
Codecov Report
@@ Coverage Diff @@
## release/v1.10.0 #742 +/- ##
===================================================
+ Coverage 94.18% 94.18% +<.01%
===================================================
Files 67 67
Lines 2683 2685 +2
Branches 478 478
===================================================
+ Hits 2527 2529 +2
Misses 80 80
Partials 76 76
Continue to review full report at Codecov.
|
|
Could you add a nontrivial condition test case and confirm it works as expected ? For all the cases I see here, both options are |
|
Just curious, what's the use of these output files? |
| definition_body, definition_uri, name, stage_name, endpoint_configuration=None, | ||
| method_settings=None, binary_media=None, cors=None, auth=None, access_log_setting=None, | ||
| canary_setting=None, tracing_enabled=None): | ||
| canary_setting=None, tracing_enabled=None, resource_attributes=None, |
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.
Can you add definitions for the newly added params in function docstring?
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.
Good catch. Will add
|
This reverts commit ffb3e35.
Issue #, if available:
#142
Description of changes:
Add support for Conditions in Serverless API
Similar to #707 and #653
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.