We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d1815 commit dbd6a3bCopy full SHA for dbd6a3b
localstack/services/ec2/provider.py
@@ -411,7 +411,6 @@ def describe_vpc_endpoint_services(
411
412
if execute_api_name not in service_names:
413
# ensure that the service entry for execute-api exists
414
- service_names.append(execute_api_name)
415
zones = moto_backend.describe_availability_zones()
416
zones = [zone.name for zone in zones]
417
private_dns_name = f"*.execute-api.{context.region}.amazonaws.com"
0 commit comments