-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
WOP: APIGW add ipAddressType field in endpointConfiguration #12826
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
base: master
Are you sure you want to change the base?
Conversation
…c, add additional tests, update snapshots in test_apigateway_api.py
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 19m 3s ⏱️ - 1h 25m 10s Results for commit 2718f16. ± Comparison against base commit 583b620. This pull request removes 3763 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 36m 10s ⏱️ - 1h 45m 46s Results for commit 2718f16. ± Comparison against base commit 583b620. This pull request removes 4096 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
test_create_execute_api_vpc_endpoint
Motivation
AWS recently introduced the
ipAddressType
field for API Gateway Rest APIs, defaulting to"ipv4"
.LocalStack needs to mimic this behavior to maintain parity.
Related docs:
Changes
endpointConfiguration.ipAddressType
inCreateRestApi
.TestApiGatewayApiRestApi
.