-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[fix] Auth Override not working with DefinitionBody fix #3328
Conversation
samtranslator/internal/schema_source/aws_serverless_function.py
Outdated
Show resolved
Hide resolved
tests/translator/input/api_with_swagger_authorizer_none_test_auth_override.yaml
Outdated
Show resolved
Hide resolved
tests/translator/input/api_with_swagger_authorizer_none_test_auth_override.yaml
Outdated
Show resolved
Hide resolved
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.
Changes LGTM, but my understanding is that we won't merge this until UX review. Just want to make sure we don't accidentally merge it.
tests/translator/input/api_with_swagger_authorizer_none_override_api_auth.yaml
Outdated
Show resolved
Hide resolved
UX review is finished, the property name has been approved and is okay to merge once this PR is approved. I will remove the [DO NOT MERGE]. |
Due to limited support for intrinsic functions in SAM templates, we will not be supporting intrinsics for the new property |
Issue #, if available
Description of changes
Adding new optional opt-in property
OverrideApiAuth
with aboolean
value to theAWS::Serverless::Function
Events
level.Description of how you validated changes
Transformation test
Checklist
Examples?
Please reach out in the comments if you want to add an example. Examples will be
added to
sam init
through aws/aws-sam-cli-app-templates.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.