Route 53
Implementation details for API route53
Coverage Overview
Route 53
is supported by LocalStack
in the community version.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Edition | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
ActivateKeySigningKey | ||||||||
AssociateVPCWithHostedZone | ✔️ | community | ✔️ | ✔️ | Show Tests | |||
ChangeCidrCollection | ||||||||
ChangeResourceRecordSets | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ChangeTagsForResource | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
CreateCidrCollection | ||||||||
CreateHealthCheck | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreateHostedZone | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreateKeySigningKey | ||||||||
CreateQueryLoggingConfig | ✔️ | community | ✔️ | ✔️ | ||||
CreateReusableDelegationSet | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
CreateTrafficPolicy | ||||||||
CreateTrafficPolicyInstance | ||||||||
CreateTrafficPolicyVersion | ||||||||
CreateVPCAssociationAuthorization | ||||||||
DeactivateKeySigningKey | ||||||||
DeleteCidrCollection | ||||||||
DeleteHealthCheck | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeleteHostedZone | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeleteKeySigningKey | ||||||||
DeleteQueryLoggingConfig | ✔️ | community | ✔️ | |||||
DeleteReusableDelegationSet | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
DeleteTrafficPolicy | ||||||||
DeleteTrafficPolicyInstance | ||||||||
DeleteVPCAssociationAuthorization | ||||||||
DisableHostedZoneDNSSEC | ||||||||
DisassociateVPCFromHostedZone | ✔️ | community | ✔️ | Show Tests | ||||
EnableHostedZoneDNSSEC | ||||||||
GetAccountLimit | ||||||||
GetChange | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
GetCheckerIpRanges | ||||||||
GetDNSSEC | ✔️ | community | ✔️ | ✔️ | ||||
GetGeoLocation | ||||||||
GetHealthCheck | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
GetHealthCheckCount | ||||||||
GetHealthCheckLastFailureReason | ||||||||
GetHealthCheckStatus | ||||||||
GetHostedZone | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
GetHostedZoneCount | ✔️ | community | ||||||
GetHostedZoneLimit | ||||||||
GetQueryLoggingConfig | ✔️ | community | ✔️ | |||||
GetReusableDelegationSet | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
GetReusableDelegationSetLimit | ||||||||
GetTrafficPolicy | ||||||||
GetTrafficPolicyInstance | ||||||||
GetTrafficPolicyInstanceCount | ||||||||
ListCidrBlocks | ||||||||
ListCidrCollections | ||||||||
ListCidrLocations | ||||||||
ListGeoLocations | ||||||||
ListHealthChecks | ✔️ | community | ||||||
ListHostedZones | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ListHostedZonesByName | ✔️ | community | ✔️ | ✔️ | Show Tests | |||
ListHostedZonesByVPC | ✔️ | community | ✔️ | Show Tests | ||||
ListQueryLoggingConfigs | ✔️ | community | ✔️ | |||||
ListResourceRecordSets | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ListReusableDelegationSets | ✔️ | community | ✔️ | ✔️ | Show Tests | |||
ListTagsForResource | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
ListTagsForResources | ||||||||
ListTrafficPolicies | ||||||||
ListTrafficPolicyInstances | ||||||||
ListTrafficPolicyInstancesByHostedZone | ||||||||
ListTrafficPolicyInstancesByPolicy | ||||||||
ListTrafficPolicyVersions | ||||||||
ListVPCAssociationAuthorizations | ||||||||
TestDNSAnswer | ||||||||
UpdateHealthCheck | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
UpdateHostedZoneComment | ✔️ | community | ✔️ | |||||
UpdateTrafficPolicyComment | ||||||||
UpdateTrafficPolicyInstance |
Terminology
- Internal Test Suite: tested by LocalStack's internal integration test suite
- External Test Suite: covered by an external integration test suite, that runs against LocalStack
- Terraform Validated: operation tested with Terraform
- AWS Validated: the integration test that includes this operation call was validated against AWS
- Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same
Testing Details
This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.How to read the test details?
For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
- Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
- Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
- test name
- status code returned (which is the expected one for the test case)
- information about validation:
- AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
- Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS
AssociateVPCWithHostedZone
Parameters: Comment, HostedZoneId, VPC
- LocalStack Community
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 200
ChangeResourceRecordSets
Parameters: ChangeBatch, HostedZoneId
- LocalStack Community
- test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
- test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200
- test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- LocalStack Pro
- test_alias_target_resolution LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_alias_target_resolution HTTP Status Code: 200
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dns_resolution[False] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[False] HTTP Status Code: 200
- test_dns_resolution[True] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[True] HTTP Status Code: 200
ChangeTagsForResource
Parameters: AddTags, ResourceId, ResourceType
- LocalStack Community
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
CreateHealthCheck
Parameters: CallerReference, HealthCheckConfig
- LocalStack Community
- test_crud_health_check LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_crud_health_check HTTP Status Code: 201
- LocalStack Pro
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 201 AWS validated Snapshot Tested
CreateHostedZone
Parameters: CallerReference, HostedZoneConfig, Name
- LocalStack Community
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 201
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 201
- LocalStack Pro
- test_hostedzone_with_comment LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 201 AWS validated
- LocalStack Community
- test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 201 AWS validated
- test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 201
- test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 201
- test_create_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_create_hosted_zone HTTP Status Code: 201
- test_route53 LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_route53 HTTP Status Code: 201
- LocalStack Pro
- test_api_mapping_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 201
- test_create_apigatewayv2_resources LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 201
- test_domain_name_attributes LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 201 AWS validated Snapshot Tested
- test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 201
- test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 201
- test_alias_target_resolution LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_alias_target_resolution HTTP Status Code: 201
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 201 AWS validated Snapshot Tested
- test_dns_resolution[False] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[False] HTTP Status Code: 201
- test_dns_resolution[True] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[True] HTTP Status Code: 201
CreateReusableDelegationSet
Parameters: CallerReference
- LocalStack Community
- test_reusable_delegation_sets LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_reusable_delegation_sets HTTP Status Code: 201
DeleteHealthCheck
Parameters: HealthCheckId
- LocalStack Community
- test_crud_health_check LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_crud_health_check HTTP Status Code: 200
- test_crud_health_check LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_crud_health_check HTTP Status Code: 404 (NoSuchHealthCheck)
- LocalStack Pro
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
DeleteHostedZone
Parameters: Id
- LocalStack Community
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 400 (CommonServiceException) AWS validated
- test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 400 (CommonServiceException)
- test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 400 (CommonServiceException)
- LocalStack Pro
- test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200
- test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200
- test_hostedzone_with_comment LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated
- test_alias_target_resolution LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_alias_target_resolution HTTP Status Code: 200
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dns_resolution[False] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[False] HTTP Status Code: 200
- test_dns_resolution[True] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[True] HTTP Status Code: 200
DeleteReusableDelegationSet
Parameters: Id
- LocalStack Community
- test_reusable_delegation_sets LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_reusable_delegation_sets HTTP Status Code: 200
DisassociateVPCFromHostedZone
Parameters: Comment, HostedZoneId, VPC
- LocalStack Community
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 200
- LocalStack Community
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 400 (CommonServiceException)
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 400 (CommonServiceException)
GetChange
Parameters: Id
- LocalStack Community
- test_create_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_create_hosted_zone HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_route53 LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_route53 HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
GetHealthCheck
Parameters: HealthCheckId
- LocalStack Community
- test_crud_health_check LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_crud_health_check HTTP Status Code: 200
- LocalStack Pro
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
GetHostedZone
Parameters: Id
- LocalStack Community
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- LocalStack Pro
- test_hostedzone_with_comment LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
GetReusableDelegationSet
Parameters: Id
- LocalStack Community
- test_reusable_delegation_sets LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_reusable_delegation_sets HTTP Status Code: 200
- test_reusable_delegation_sets LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_reusable_delegation_sets HTTP Status Code: 400 (CommonServiceException)
ListHostedZones
Parameters: DelegationSetId, Marker, MaxItems
- LocalStack Pro
- test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 200
- test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 200
- test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 200
- test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 200
- test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
- test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
- test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 200
- test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 200
- test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 200
- test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 200
- test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
- test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
- test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 200
- test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 200
- test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 200
- test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 200
- test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
- test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
- test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 200
- test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 200
- test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 200
- test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 200
- test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
- test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
- test_create_domain_names LocalStack Pro: tests/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names HTTP Status Code: 200
- test_api_mapping_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
- test_create_apigatewayv2_resources LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
- test_domain_name_attributes LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200
- test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200
- test_hostedzone_with_comment LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated
ListHostedZonesByName
Parameters: DNSName, HostedZoneId, MaxItems
- LocalStack Community
- test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 200
ListHostedZonesByVPC
Parameters: MaxItems, NextToken, VPCId, VPCRegion
- LocalStack Community
- test_associate_vpc_with_hosted_zone LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_associate_vpc_with_hosted_zone HTTP Status Code: 200
ListResourceRecordSets
Parameters: HostedZoneId, MaxItems, StartRecordIdentifier, StartRecordName, StartRecordType
- LocalStack Community
- test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
- test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- LocalStack Pro
- test_alias_target_resolution LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_alias_target_resolution HTTP Status Code: 200
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dns_resolution[False] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[False] HTTP Status Code: 200
- test_dns_resolution[True] LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_resolution[True] HTTP Status Code: 200
ListReusableDelegationSets
Parameters: Marker, MaxItems
- LocalStack Community
- test_reusable_delegation_sets LocalStack Community: tests/integration/test_route53.py::TestRoute53::test_reusable_delegation_sets HTTP Status Code: 200
ListTagsForResource
Parameters: ResourceId, ResourceType
- LocalStack Community
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
UpdateHealthCheck
Parameters: FullyQualifiedDomainName, HealthCheckId
- LocalStack Pro
- test_dns_failover_based_on_health_check LocalStack Pro: tests/integration/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check HTTP Status Code: 200 AWS validated Snapshot Tested
Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)