-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: add support for IpAddressType #3840
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
|
We discussed offline. The PR looks good, but ideally this can include the changes required to support IpAddressType for custom Domain's EndpointConfiguration too and not only for the top level API. |
valerena
left a comment
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.
Just two minor comments related to the tests but everything else looks good. Thanks!
Issue #, if available
closes 3757
Description of changes
Enables us to set
AWS::ApiGateway::RestApiresource'sEndpointConfiguration.IpAddressTypewith SAM by adding that property to the template. I'm an AWS employee message me on slack for more details@tooconDescription of how you validated changes
pytest --no-cov integration/combination/test_*api*.pyChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.