API Gateway v2

Implementation details for API apigatewayv2

Coverage Overview

API Gateway v2 is supported by LocalStack only in the pro image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
CreateApi✔️pro✔️✔️✔️✔️✔️Show Tests
CreateApiMapping✔️pro✔️✔️✔️Show Tests
CreateAuthorizer✔️pro✔️✔️✔️✔️✔️Show Tests
CreateDeployment✔️pro✔️✔️✔️✔️✔️Show Tests
CreateDomainName✔️pro✔️✔️✔️✔️✔️Show Tests
CreateIntegration✔️pro✔️✔️✔️✔️✔️Show Tests
CreateIntegrationResponse✔️pro✔️✔️✔️✔️✔️Show Tests
CreateModel✔️pro✔️✔️✔️✔️✔️Show Tests
CreateRoute✔️pro✔️✔️✔️✔️✔️Show Tests
CreateRouteResponse✔️pro✔️✔️✔️✔️✔️Show Tests
CreateStage✔️pro✔️✔️✔️✔️✔️Show Tests
CreateVpcLink✔️pro✔️✔️✔️✔️Show Tests
DeleteAccessLogSettings
DeleteApi✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteApiMapping✔️pro✔️✔️✔️Show Tests
DeleteAuthorizer✔️pro✔️✔️✔️Show Tests
DeleteCorsConfiguration✔️pro✔️✔️
DeleteDeployment✔️pro✔️✔️✔️Show Tests
DeleteDomainName✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteIntegration✔️pro✔️✔️✔️✔️Show Tests
DeleteIntegrationResponse✔️pro✔️✔️✔️Show Tests
DeleteModel✔️pro✔️✔️
DeleteRoute✔️pro✔️✔️✔️✔️Show Tests
DeleteRouteRequestParameter
DeleteRouteResponse✔️pro✔️✔️✔️Show Tests
DeleteRouteSettings
DeleteStage✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteVpcLink✔️pro✔️✔️✔️✔️Show Tests
ExportApi
ResetAuthorizersCache
GetApi✔️pro✔️✔️✔️✔️✔️Show Tests
GetApiMapping✔️pro✔️✔️✔️Show Tests
GetApiMappings✔️pro✔️
GetApis✔️pro✔️✔️✔️✔️Show Tests
GetAuthorizer✔️pro✔️✔️✔️Show Tests
GetAuthorizers✔️pro✔️Show Tests
GetDeployment✔️pro✔️✔️✔️✔️✔️Show Tests
GetDeployments✔️pro
GetDomainName✔️pro✔️✔️✔️✔️✔️Show Tests
GetDomainNames✔️pro✔️✔️Show Tests
GetIntegration✔️pro✔️✔️✔️Show Tests
GetIntegrationResponse✔️pro✔️✔️✔️Show Tests
GetIntegrationResponses✔️pro✔️Show Tests
GetIntegrations✔️pro✔️✔️✔️✔️✔️Show Tests
GetModel✔️pro✔️✔️
GetModelTemplate
GetModels✔️pro✔️Show Tests
GetRoute✔️pro✔️✔️✔️Show Tests
GetRouteResponse✔️pro✔️✔️✔️Show Tests
GetRouteResponses✔️pro
GetRoutes✔️pro✔️✔️✔️✔️✔️Show Tests
GetStage✔️pro✔️✔️✔️Show Tests
GetStages✔️pro✔️✔️
GetTags✔️pro
GetVpcLink✔️pro✔️✔️
GetVpcLinks✔️pro✔️
ImportApi✔️pro✔️✔️✔️Show Tests
ReimportApi✔️pro✔️Show Tests
TagResource✔️pro
UntagResource✔️pro
UpdateApi✔️pro✔️✔️
UpdateApiMapping✔️pro✔️✔️
UpdateAuthorizer✔️pro✔️
UpdateDeployment✔️pro✔️✔️
UpdateDomainName✔️pro
UpdateIntegration✔️pro✔️✔️✔️Show Tests
UpdateIntegrationResponse✔️pro✔️✔️✔️✔️✔️Show Tests
UpdateModel✔️pro✔️✔️
UpdateRoute✔️pro✔️✔️✔️✔️✔️Show Tests
UpdateRouteResponse✔️pro✔️Show Tests
UpdateStage✔️pro✔️✔️✔️Show Tests
UpdateVpcLink✔️pro

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.

  • 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


CreateApi

Parameters: ApiKeySelectionExpression, Name, ProtocolType, RouteSelectionExpression
  • LocalStack Pro
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: CorsConfiguration, Description, Name, ProtocolType, Tags
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: CorsConfiguration, Name, ProtocolType
  • LocalStack Pro
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 201 AWS validated
Parameters: Description, Name, ProtocolType
  • LocalStack Pro
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 201 AWS validated
Parameters: Description, Name, ProtocolType, Target
  • LocalStack Pro
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 201
Parameters: Name, ProtocolType
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 201
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_integration_invalid_use_cases HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 201 AWS validated
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 201
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 201
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 201
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_v2_dynamic_proxy_paths LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_dynamic_proxy_paths HTTP Status Code: 201
    • test_v2_status_code_mappings LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_status_code_mappings HTTP Status Code: 201
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 201
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 201 AWS validated
    • test_apigateway_v2 LocalStack Pro: tests/aws/test_network_configuration.py::test_apigateway_v2 HTTP Status Code: 201
Parameters: Name, ProtocolType, RouteSelectionExpression
  • LocalStack Pro
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 201
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 201
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 201
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Name, ProtocolType, Target
  • LocalStack Pro
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 201
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 201
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 201
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 201
    • test_lambda_return_gzip_response LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 201

CreateApiMapping

Parameters: ApiId, ApiMappingKey, DomainName, Stage
  • LocalStack Pro
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
Parameters: ApiId, DomainName, Stage
  • LocalStack Pro
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 201

CreateAuthorizer

Parameters: ApiId, AuthorizerCredentialsArn, AuthorizerPayloadFormatVersion, AuthorizerType, AuthorizerUri, EnableSimpleResponses, IdentitySource, Name
  • LocalStack Pro
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
Parameters: ApiId, AuthorizerCredentialsArn, AuthorizerPayloadFormatVersion, AuthorizerType, AuthorizerUri, IdentitySource, Name
  • LocalStack Pro
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizerCredentialsArn, AuthorizerResultTtlInSeconds, AuthorizerType, AuthorizerUri, IdentitySource, Name
  • LocalStack Pro
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 201
Parameters: ApiId, AuthorizerCredentialsArn, AuthorizerType, AuthorizerUri, IdentitySource, Name
  • LocalStack Pro
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizerPayloadFormatVersion, AuthorizerType, AuthorizerUri, EnableSimpleResponses, IdentitySource, Name
  • LocalStack Pro
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 201
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 201
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 201
Parameters: ApiId, AuthorizerPayloadFormatVersion, AuthorizerType, AuthorizerUri, IdentitySource, Name
  • LocalStack Pro
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizerResultTtlInSeconds, AuthorizerType, AuthorizerUri, EnableSimpleResponses, IdentitySource, Name
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
Parameters: ApiId, AuthorizerType, AuthorizerUri, EnableSimpleResponses, IdentitySource, Name
  • LocalStack Pro
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 201
Parameters: ApiId, AuthorizerType, IdentitySource, JwtConfiguration, Name
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 201
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
Parameters: ApiId, AuthorizerType, IdentitySource, Name
  • LocalStack Pro
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 201

CreateDeployment

Parameters: ApiId
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 201
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 201
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, StageName
  • LocalStack Pro
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested

CreateDomainName

Parameters: DomainName
  • LocalStack Pro
    • test_create_domain_names LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names HTTP Status Code: 201
Parameters: DomainName, DomainNameConfigurations
  • LocalStack Pro
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 201
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 201
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 201 AWS validated Snapshot Tested

CreateIntegration

Parameters: ApiId, ConnectionId, ConnectionType, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 201 AWS validated
Parameters: ApiId, CredentialsArn, IntegrationMethod, IntegrationType, IntegrationUri, PassthroughBehavior, PayloadFormatVersion, RequestParameters, RequestTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, CredentialsArn, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
Parameters: ApiId, CredentialsArn, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, RequestParameters, RequestTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, CredentialsArn, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, RequestTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, CredentialsArn, IntegrationSubtype, IntegrationType, PayloadFormatVersion, RequestParameters
  • LocalStack Pro
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 201 AWS validated
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri
  • LocalStack Pro
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion
  • LocalStack Pro
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 201 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 201 AWS validated
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 201
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 201
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 201
    • test_v2_dynamic_proxy_paths LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_dynamic_proxy_paths HTTP Status Code: 201
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 201
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 201
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_integration_invalid_use_cases HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_integration_invalid_use_cases HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, RequestParameters
  • LocalStack Pro
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 201
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 201
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, RequestParameters, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, RequestTemplates
  • LocalStack Pro
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 201
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, ResponseParameters
  • LocalStack Pro
    • test_v2_status_code_mappings LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_status_code_mappings HTTP Status Code: 201
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, PayloadFormatVersion, RequestTemplates
  • LocalStack Pro
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, PayloadFormatVersion, RequestTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, RequestTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, IntegrationType, IntegrationUri, PayloadFormatVersion
  • LocalStack Pro
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 201
Parameters: ApiId, IntegrationType, RequestTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested

CreateIntegrationResponse

Parameters: ApiId, IntegrationId, IntegrationResponseKey
  • LocalStack Pro
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 201
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 201
Parameters: ApiId, IntegrationId, IntegrationResponseKey, ResponseTemplates
  • LocalStack Pro
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, IntegrationId, IntegrationResponseKey, ResponseTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested

CreateModel

Parameters: ApiId, Name, Schema
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201

CreateRoute

Parameters: ApiId, AuthorizationScopes, AuthorizationType, AuthorizerId, RouteKey, Target
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 201
Parameters: ApiId, AuthorizationType, AuthorizerId, OperationName, RouteKey, Target
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
Parameters: ApiId, AuthorizationType, AuthorizerId, RouteKey, Target
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 201
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 201
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationType, RouteKey, RouteResponseSelectionExpression, Target
  • LocalStack Pro
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationType, RouteKey, Target
  • LocalStack Pro
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 201 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 201 AWS validated
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 201 AWS validated
Parameters: ApiId, AuthorizerId, RouteKey, Target
  • LocalStack Pro
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, OperationName, RouteKey, Target
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
Parameters: ApiId, RouteKey, Target
  • LocalStack Pro
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 201
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 201
    • test_v2_dynamic_proxy_paths LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_dynamic_proxy_paths HTTP Status Code: 201
    • test_v2_status_code_mappings LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_status_code_mappings HTTP Status Code: 201
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 201
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 201
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 201
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 201
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested

CreateRouteResponse

Parameters: ApiId, RouteId, RouteResponseKey
  • LocalStack Pro
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 201
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested

CreateStage

Parameters: ApiId, AutoDeploy, DeploymentId, StageName
  • LocalStack Pro
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AutoDeploy, StageName
  • LocalStack Pro
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 201 AWS validated
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 201
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 201
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 201 AWS validated
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 201 AWS validated
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, DeploymentId, RouteSettings, StageName
  • LocalStack Pro
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, DeploymentId, StageName
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 201 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 201 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 201
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 201 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 201 AWS validated
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 201
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 201 AWS validated
Parameters: ApiId, StageName
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_v2_dynamic_proxy_paths LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_dynamic_proxy_paths HTTP Status Code: 201
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 201
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 201 AWS validated

Parameters: Name, SecurityGroupIds, SubnetIds
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 201 AWS validated

DeleteApi

Parameters: ApiId
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 204 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 204 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 204 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 204 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 204
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 204 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_integration_invalid_use_cases HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 204 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 204 AWS validated
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 204 AWS validated
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 204
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 204
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 204
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 204
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 204
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 204
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 204
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 204
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 204 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 204 AWS validated
    • test_v2_dynamic_proxy_paths LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_dynamic_proxy_paths HTTP Status Code: 204
    • test_v2_status_code_mappings LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_status_code_mappings HTTP Status Code: 204
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 204
    • test_apigatewaymanagementapi LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 204
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 204
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 204
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 204
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 204
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 204
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 204
    • test_websocket_matching_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes HTTP Status Code: 204 AWS validated
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration[True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_http_proxy_integration_request_parameters LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_sns_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 204
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 204
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigwv2_api LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api HTTP Status Code: 204 AWS validated
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 204 AWS validated
    • test_apigateway_v2 LocalStack Pro: tests/aws/test_network_configuration.py::test_apigateway_v2 HTTP Status Code: 204

DeleteApiMapping

Parameters: ApiMappingId, DomainName
  • LocalStack Pro
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 404 (NotFoundException)

DeleteAuthorizer

Parameters: ApiId, AuthorizerId
  • LocalStack Pro
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 204
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 404 (NotFoundException)

DeleteDeployment

Parameters: ApiId, DeploymentId
  • LocalStack Pro
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 204
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 404 (NotFoundException)

DeleteDomainName

Parameters: DomainName
  • LocalStack Pro
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 204
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 204
    • test_create_domain_names LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names HTTP Status Code: 204
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 204
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 204
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 204 AWS validated Snapshot Tested

DeleteIntegration

Parameters: ApiId, IntegrationId
  • LocalStack Pro
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 404 (NotFoundException)
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 404 (NotFoundException) AWS validated

DeleteIntegrationResponse

Parameters: ApiId, IntegrationId, IntegrationResponseId
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 204
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 204
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 204
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 404 (NotFoundException)

DeleteRoute

Parameters: ApiId, RouteId
  • LocalStack Pro
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 204
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 404 (NotFoundException)
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 404 (NotFoundException) AWS validated

DeleteRouteResponse

Parameters: ApiId, RouteId, RouteResponseId
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 204

DeleteStage

Parameters: ApiId, StageName
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 404 (NotFoundException)
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 404 (NotFoundException)
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 404 (NotFoundException) AWS validated

Parameters: VpcLinkId
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 202
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 202 AWS validated

GetApi

Parameters: ApiId
  • LocalStack Pro
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 200
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 200 AWS validated Snapshot Tested

GetApiMapping

Parameters: ApiMappingId, DomainName
  • LocalStack Pro
    • test_api_mapping_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200

GetApis

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated

GetAuthorizer

Parameters: ApiId, AuthorizerId
  • LocalStack Pro
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 200
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 404 (NotFoundException)

GetAuthorizers

Parameters: ApiId
  • LocalStack Pro
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 200
    • test_create_authorizers LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers HTTP Status Code: 200

GetDeployment

Parameters: ApiId, DeploymentId
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 200 AWS validated
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 200
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 200

GetDomainName

Parameters: DomainName
  • LocalStack Pro
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/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/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain HTTP Status Code: 200
    • test_create_domain_names LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names HTTP Status Code: 200
    • test_domain_name_attributes LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_domain_names LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names HTTP Status Code: 404 (NotFoundException)

GetDomainNames

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_create_domain_names LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names HTTP Status Code: 200

GetIntegration

Parameters: ApiId, IntegrationId
  • LocalStack Pro
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 200
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 200

GetIntegrationResponse

Parameters: ApiId, IntegrationId, IntegrationResponseId
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 200
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 404 (NotFoundException)

GetIntegrationResponses

Parameters: ApiId, IntegrationId
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 200
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200

GetIntegrations

Parameters: ApiId
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 200
    • test_create_apigatewayv2_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200

GetModels

Parameters: ApiId
  • LocalStack Pro
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 200

GetRoute

Parameters: ApiId, RouteId
  • LocalStack Pro
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 200
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 200
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 200

GetRouteResponse

Parameters: ApiId, RouteId, RouteResponseId
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 200
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 404 (NotFoundException)

GetRoutes

Parameters: ApiId
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 200

GetStage

Parameters: ApiId, StageName
  • LocalStack Pro
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 200
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 404 (NotFoundException)

ImportApi

Parameters: Basepath, Body
  • LocalStack Pro
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
Parameters: Basepath, Body, FailOnWarnings
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Body
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_sam_api_tagging LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging HTTP Status Code: 201 AWS validated Snapshot Tested

ReimportApi

Parameters: ApiId, Body
  • LocalStack Pro
    • test_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201

UpdateIntegration

Parameters: ApiId, IntegrationId, RequestParameters
  • LocalStack Pro
    • test_websocket_api_with_http_integration[HTTP-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False] HTTP Status Code: 200
    • test_websocket_api_with_http_integration[HTTP-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True] HTTP Status Code: 200

UpdateIntegrationResponse

Parameters: ApiId, IntegrationId, IntegrationResponseId, IntegrationResponseKey
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 200
Parameters: ApiId, IntegrationId, IntegrationResponseId, IntegrationResponseKey, ResponseTemplates, TemplateSelectionExpression
  • LocalStack Pro
    • test_websocket_non_proxy_response_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration HTTP Status Code: 200 AWS validated Snapshot Tested

UpdateRoute

Parameters: ApiId, AuthorizationType, AuthorizerId, RouteId
  • LocalStack Pro
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 200
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 200
Parameters: ApiId, RouteId, Target
  • LocalStack Pro
    • test_import_and_invoke_http_api LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api HTTP Status Code: 200 AWS validated Snapshot Tested

UpdateRouteResponse

Parameters: ApiId, RouteId, RouteResponseId, RouteResponseKey
  • LocalStack Pro
    • test_create_route_responses LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses HTTP Status Code: 200

UpdateStage

Parameters: ApiId, AutoDeploy, StageName
  • LocalStack Pro
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 200


Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)