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✔️✔️✔️Show Tests
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✔️✔️✔️Show Tests
GetApis✔️pro✔️✔️✔️✔️Show Tests
GetAuthorizer✔️pro✔️✔️✔️Show Tests
GetAuthorizers✔️pro✔️Show Tests
GetDeployment✔️pro✔️✔️✔️✔️✔️Show Tests
GetDeployments✔️pro✔️✔️✔️Show Tests
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✔️✔️✔️✔️✔️Show Tests
GetTags✔️pro
GetVpcLink✔️pro✔️✔️✔️✔️✔️Show Tests
GetVpcLinks✔️pro✔️
ImportApi✔️pro✔️✔️✔️Show Tests
ReimportApi✔️pro✔️✔️✔️Show Tests
TagResource✔️pro
UntagResource✔️pro
UpdateApi✔️pro✔️✔️✔️✔️✔️Show Tests
UpdateApiMapping✔️pro✔️✔️✔️✔️✔️Show Tests
UpdateAuthorizer✔️pro✔️✔️✔️✔️Show Tests
UpdateDeployment✔️pro✔️✔️✔️✔️✔️Show Tests
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 execution 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, Version
  • 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: 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
    • test_apigwv2_cors_crud_lifecycle LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: CorsConfiguration, Name, ProtocolType, RouteKey, Target
  • LocalStack Pro
    • test_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_no_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_origin_casing LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_origin_casing HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_partial_cors_config_never_matches LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_partial_cors_config_never_matches HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_wildcard_origin LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_wildcard_origin HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: CorsConfiguration, Name, ProtocolType, Tags
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::test_servicediscovery_ecs_integration HTTP Status Code: 201
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, Tags, Version
  • LocalStack Pro
    • 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: 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_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • 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_jwt_authorizer_failure LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_failure HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_iam_authorization_missing_token LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorization_missing_token HTTP Status Code: 201 AWS validated
    • test_iam_authorizer_success LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorizer_success HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record_no_stream LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record_no_stream HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_lambda_runtime_exception LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_lambda_runtime_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_step_functions_integration_start_execution LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_stepfunctions.py::TestHttpApiAwsProxySubtypeStepFunctions::test_step_functions_integration_start_execution HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 201
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 201
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_subtypes_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_subtypes_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_http_integration_invalid_use_cases HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_parameters_headers LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_headers HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_parameters_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_path HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_response_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_response_parameters_statuscode LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters_statuscode HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_iam LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_iam HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_decompress_gzip_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_decompress_gzip_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_read_all_streamed_chunked_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_read_all_streamed_chunked_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_multivalue LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_multivalue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_with_qs LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_with_qs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_get_root_any_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_get_root_any_path HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_two_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_two_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy+}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy+}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigatewayv2_elb_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_elb_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation 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_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, RouteKey, Target
  • LocalStack Pro
    • test_no_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_no_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_no_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_invalid_uri_with_stage_variables LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_invalid_uri_with_stage_variables HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_passes_body_for_get_method LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_passes_body_for_get_method HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_query_string_in_uri LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_query_string_in_uri HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_to_another_http_api LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_to_another_http_api HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_in_querystring LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_in_querystring HTTP Status Code: 201 AWS validated Snapshot Tested
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, Tags, Version
  • LocalStack Pro
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: Name, ProtocolType, Target
  • LocalStack Pro
    • test_aws_proxy_return_gzip_response LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_return_gzip_response HTTP Status Code: 201 AWS validated
    • test_lambda_handling_binary_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_binary_data HTTP Status Code: 201 AWS validated
    • test_lambda_handling_form_urlencoded_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_form_urlencoded_data HTTP Status Code: 201 AWS validated
    • test_lambda_input_base_64_detection LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_input_base_64_detection HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[AWS_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[AWS_PROXY] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[HTTP_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[HTTP_PROXY] HTTP Status Code: 201 AWS validated Snapshot Tested

CreateApiMapping

Parameters: ApiId, ApiMappingKey, DomainName, Stage
  • LocalStack Pro
    • test_delete_domain_name_deletes_mapping LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain HTTP Status Code: 200
    • test_invoke_custom_domain_cors_handler[False] LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[False] HTTP Status Code: 200
    • test_invoke_custom_domain_cors_handler[True] LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[True] HTTP Status Code: 200
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 200
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 200
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
Parameters: ApiId, DomainName, Stage
  • LocalStack Pro
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 200 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: 200

CreateAuthorizer

Parameters: ApiId, AuthorizerCredentialsArn, AuthorizerPayloadFormatVersion, AuthorizerType, AuthorizerUri, IdentitySource, Name
  • 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, 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_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizerPayloadFormatVersion, AuthorizerType, AuthorizerUri, IdentitySource, Name
  • LocalStack Pro
    • test_lambda_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http 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, IdentitySource, JwtConfiguration, Name
  • LocalStack Pro
    • test_jwt_authorizer_failure LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_failure HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::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_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[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
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
Parameters: ApiId, StageName
  • 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_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_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested

CreateDomainName

Parameters: DomainName, DomainNameConfigurations
  • LocalStack Pro
    • test_custom_domain_dns_resolution LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domain_dns_resolution HTTP Status Code: 201
    • test_delete_domain_name_deletes_mapping LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_invoke_custom_domain_cors_handler[False] LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[False] HTTP Status Code: 201
    • test_invoke_custom_domain_cors_handler[True] LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[True] HTTP Status Code: 201
    • test_update_base_path_mappings_apigw_v1 LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_update_base_path_mappings_apigw_v1 HTTP Status Code: 201 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: 201 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 201
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 201
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_custom_domains_crud 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_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/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::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
    • test_apigatewayv2_elb_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_elb_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, ConnectionType, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion
  • LocalStack Pro
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
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, 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
  • LocalStack Pro
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, CredentialsArn, IntegrationSubtype, IntegrationType, PayloadFormatVersion, RequestParameters
  • LocalStack Pro
    • test_apigw_v2_http_kinesis_put_record LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record_no_stream LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record_no_stream HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_step_functions_integration_start_execution LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_stepfunctions.py::TestHttpApiAwsProxySubtypeStepFunctions::test_step_functions_integration_start_execution HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_subtypes_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_subtypes_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_aws_proxy_subtypes_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_subtypes_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri
  • LocalStack Pro
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_http_integration_invalid_use_cases 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_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_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • 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_jwt_authorizer_failure LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_failure HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_iam_authorization_missing_token LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorization_missing_token HTTP Status Code: 201 AWS validated
    • test_aws_proxy_lambda_runtime_exception LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_lambda_runtime_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 201
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 201
    • test_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_no_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_no_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_no_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_no_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_multivalue LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_multivalue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy+}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy+}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_http_integration_invalid_use_cases HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationMethod, IntegrationType, IntegrationUri, PayloadFormatVersion, RequestParameters
  • 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_iam_authorizer_success LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorizer_success HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_parameters_headers LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_headers HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_parameters_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_path HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_multivalue LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_multivalue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_with_qs LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_with_qs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_get_root_any_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_get_root_any_path HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_two_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_two_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy+}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy+}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_parameters_headers LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_headers HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
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
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_response_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_response_parameters_statuscode LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters_statuscode HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_decompress_gzip_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_decompress_gzip_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_read_all_streamed_chunked_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_read_all_streamed_chunked_integration HTTP Status Code: 201 AWS validated Snapshot Tested
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, IntegrationUri, PayloadFormatVersion, TimeoutInMillis
  • LocalStack Pro
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events 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, IntegrationSubtype, IntegrationType, PayloadFormatVersion, RequestParameters
  • LocalStack Pro
    • test_aws_proxy_subtypes_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_subtypes_validation HTTP Status Code: 400 (BadRequestException) 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

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
  • LocalStack Pro
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationScopes, AuthorizationType, AuthorizerId, RouteKey, Target
  • LocalStack Pro
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationScopes, AuthorizationType, RouteKey
  • LocalStack Pro
    • test_route_with_authorizer_iam LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_iam HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationScopes, RouteKey
  • LocalStack Pro
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
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_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
  • LocalStack Pro
    • test_route_with_authorizer_iam LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_iam HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationType, AuthorizerId, RouteKey, Target
  • LocalStack Pro
    • test_lambda_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[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_jwt_authorizer_failure LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_failure HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • 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
  • LocalStack Pro
    • test_route_with_authorizer_iam LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_iam HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 201 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_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_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_iam_authorization_missing_token LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorization_missing_token HTTP Status Code: 201 AWS validated
    • test_iam_authorizer_success LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorizer_success HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record_no_stream LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record_no_stream HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_lambda_runtime_exception LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_lambda_runtime_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_step_functions_integration_start_execution LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_stepfunctions.py::TestHttpApiAwsProxySubtypeStepFunctions::test_step_functions_integration_start_execution HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 201
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 201
    • test_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_no_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_no_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_no_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_no_cors_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_decompress_gzip_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_decompress_gzip_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_read_all_streamed_chunked_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_read_all_streamed_chunked_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_multivalue LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_multivalue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_with_qs LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_with_qs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_get_root_any_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_get_root_any_path HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_two_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_two_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy+}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy+}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy}] 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_import_apis LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis HTTP Status Code: 201
Parameters: ApiId, RouteKey
  • LocalStack Pro
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, RouteKey, Target
  • LocalStack Pro
    • 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
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::test_servicediscovery_ecs_integration HTTP Status Code: 201
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events 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
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AutoDeploy, StageName
  • 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_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_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_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_jwt_authorizer_failure LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_failure HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_iam_authorization_missing_token LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorization_missing_token HTTP Status Code: 201 AWS validated
    • test_iam_authorizer_success LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorizer_success HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record_no_stream LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record_no_stream HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_lambda_runtime_exception LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_lambda_runtime_exception HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_step_functions_integration_start_execution LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_stepfunctions.py::TestHttpApiAwsProxySubtypeStepFunctions::test_step_functions_integration_start_execution HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 201
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 201
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_decompress_gzip_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_decompress_gzip_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_integration_read_all_streamed_chunked_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_read_all_streamed_chunked_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_integration HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_multivalue LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_multivalue HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_with_qs LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_with_qs HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_get_root_any_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_get_root_any_path HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_behavior_two_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_two_parameters HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-/base-path] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy+}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy+}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy}] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::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
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events 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, AutoDeploy, StageName, StageVariables
  • LocalStack Pro
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] 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_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[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_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, StageName
  • 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_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_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage 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_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 409 (ConflictException) AWS validated Snapshot Tested

Parameters: Name, SecurityGroupIds, SubnetIds
  • LocalStack Pro
    • test_apigatewayv2_elb_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_elb_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::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_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_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_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • 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_jwt_authorizer_failure LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_failure HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_jwt_authorizer_lambda_target[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiJwtAuthorizer::test_jwt_authorizer_lambda_target[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_authorizer_http[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_http[payload_format_version2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version1] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version1] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_authorizer_lambda_context[payload_format_version2] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestHttpApiLambdaAuthorizer::test_request_authorizer_lambda_context[payload_format_version2] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_iam_authorization_missing_token LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorization_missing_token HTTP Status Code: 204 AWS validated
    • test_iam_authorizer_success LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_authorizers.py::TestIAMAuthorization::test_iam_authorizer_success HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_put_record_no_stream LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_kinesis.py::TestHttpApiAwsProxySubtypeKinesis::test_apigw_v2_http_kinesis_put_record_no_stream HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_proxy_lambda_runtime_exception LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_lambda_runtime_exception HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v1 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v1 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_proxy_response_payload_format_validation_v2 LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_response_payload_format_validation_v2 HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_proxy_return_gzip_response LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_aws_proxy_return_gzip_response HTTP Status Code: 204 AWS validated
    • test_lambda_handling_binary_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_binary_data HTTP Status Code: 204 AWS validated
    • test_lambda_handling_form_urlencoded_data LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_handling_form_urlencoded_data HTTP Status Code: 204 AWS validated
    • test_lambda_input_base_64_detection LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_input_base_64_detection HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_payload_format[1.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[1.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_lambda_payload_format[2.0] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_proxy.py::TestHttpApiAwsProxyIntegration::test_lambda_payload_format[2.0] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_step_functions_integration_start_execution LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_aws_stepfunctions.py::TestHttpApiAwsProxySubtypeStepFunctions::test_step_functions_integration_start_execution HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 204
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 204
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_cors_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_config_with_no_cors_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_no_cors_config_with_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_cors_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_no_cors_config_with_no_cors_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_no_cors_config_with_no_cors_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_origin_casing LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_origin_casing HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_partial_cors_config_never_matches LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_partial_cors_config_never_matches HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_wildcard_origin LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_wildcard_origin HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_lifecycle LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_validation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_aws_proxy_subtypes_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_subtypes_validation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_integration_invalid_use_cases LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_http_integration_invalid_use_cases HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_parameters_headers LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_headers HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_request_parameters_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_path HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_response_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_response_parameters_statuscode LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters_statuscode HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_route_with_authorizer_iam LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_iam HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[AWS_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[AWS_PROXY] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[HTTP_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[HTTP_PROXY] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_integration_decompress_gzip_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_decompress_gzip_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_integration_keeps_body_intact LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_keeps_body_intact HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_integration_read_all_streamed_chunked_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_integration_read_all_streamed_chunked_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_integration HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_invalid_uri_with_stage_variables LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_invalid_uri_with_stage_variables HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_passes_body_for_get_method LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_passes_body_for_get_method HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_query_string_in_uri LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_query_string_in_uri HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_to_another_http_api LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_to_another_http_api HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_in_querystring LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_in_querystring HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_multivalue LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_multivalue HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_http_proxy_with_path_param_overwrite_with_qs LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiHttpProxyIntegration::test_http_proxy_with_path_param_overwrite_with_qs HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_behavior_get_root_any_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_get_root_any_path HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_behavior_two_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_behavior_two_parameters HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-/base-path] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{greedy+}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{greedy+}-] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-/base-path] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-/base-path] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_proxy_routes_match_root[/{param}-] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_proxy_routes_match_root[/{param}-] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy+}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy+}] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_root_matching_priority[/{proxy}] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_proxy.py::TestHttpApiRouting::test_root_matching_priority[/{proxy}] HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigatewayv2_elb_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_elb_validation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::test_servicediscovery_ecs_integration 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_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_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events 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_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud 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_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

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: 204

DeleteCorsConfiguration

Parameters: ApiId
  • LocalStack Pro
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_lifecycle LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_lifecycle HTTP Status Code: 204 AWS validated Snapshot Tested

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_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 400 (BadRequestException) 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: 404 (NotFoundException)
    • test_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

DeleteDomainName

Parameters: DomainName
  • LocalStack Pro
    • test_custom_domain_dns_resolution LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domain_dns_resolution HTTP Status Code: 204
    • test_delete_domain_name_deletes_mapping LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_invoke_custom_domain_cors_handler[False] LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[False] HTTP Status Code: 204
    • test_invoke_custom_domain_cors_handler[True] LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[True] HTTP Status Code: 204
    • test_update_base_path_mappings_apigw_v1 LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_update_base_path_mappings_apigw_v1 HTTP Status Code: 204 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: 204 AWS validated Snapshot Tested
    • test_custom_domains LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_custom_domains_outside_of_cert[<random>.example.com] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.example.com] HTTP Status Code: 204
    • test_custom_domains_outside_of_cert[<random>.localhost] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomain::test_custom_domains_outside_of_cert[<random>.localhost] HTTP Status Code: 204
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_custom_domains_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_custom_domains_crud 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_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
    • test_delete_domain_name_deletes_mapping LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

DeleteIntegration

Parameters: ApiId, IntegrationId
  • LocalStack Pro
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 204 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: 204
    • 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

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: 204

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_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 204 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: 204 AWS validated
    • test_create_multiple_routes LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes HTTP Status Code: 404 (NotFoundException)

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_delete_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_delete_deployment HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 204 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::test_servicediscovery_ecs_integration 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_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_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events HTTP Status Code: 204 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: 204 AWS validated
    • test_delete_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_delete_stage HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

Parameters: VpcLinkId
  • LocalStack Pro
    • test_apigatewayv2_elb_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_elb_validation HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 202 AWS validated Snapshot Tested
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::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_apigwv2_cors_crud_lifecycle LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[AWS_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[HTTP_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events HTTP Status Code: 200 AWS validated Snapshot Tested

GetApiMapping

Parameters: ApiMappingId, DomainName
  • LocalStack Pro
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 200 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: 200
    • test_delete_domain_name_deletes_mapping LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

GetApiMappings

Parameters: DomainName
  • LocalStack Pro
    • test_update_base_path_mappings_apigw_v1 LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_update_base_path_mappings_apigw_v1 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 200 AWS validated Snapshot Tested

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_events_with_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events_with_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events_with_authorizer[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
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

GetDeployments

Parameters: ApiId
  • LocalStack Pro
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_get_deployment HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

GetDomainName

Parameters: DomainName
  • LocalStack Pro
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::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 AWS validated Snapshot Tested
    • test_custom_domains_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_custom_domains_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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

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 AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_custom_domains_crud HTTP Status Code: 200 AWS validated Snapshot Tested

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
    • test_response_parameters_statuscode LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters_statuscode HTTP Status Code: 200 AWS validated Snapshot Tested

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_apigatewayv2_quick_create_default[AWS_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[HTTP_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[HTTP_PROXY] HTTP Status Code: 200 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: 200
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events HTTP Status Code: 200 AWS validated Snapshot Tested

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
    • test_apigatewayv2_quick_create_default[AWS_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigatewayv2_quick_create_default[HTTP_PROXY] LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2QuickCreate::test_apigatewayv2_quick_create_default[HTTP_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events HTTP Status Code: 200 AWS validated Snapshot Tested

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_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage 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: 404 (NotFoundException)
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

GetStages

Parameters: ApiId
  • LocalStack Pro
    • test_create_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_create_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stage_after_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_create_stage_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_get_stage HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

Parameters: VpcLinkId
  • LocalStack Pro
    • test_apigatewayv2_elb_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_elb_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigatewayv2_servicediscovery_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_private.py::TestApigatewayV2PrivateIntegration::test_apigatewayv2_servicediscovery_validation HTTP Status Code: 200 AWS validated Snapshot Tested

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/apigatewayv2/test_apigatewayv2_private.py::TestHttpApiServiceDiscoveryPrivateIntegration::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
    • test_sam_with_lambda_integration_events LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_with_lambda_integration_events 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

UpdateApi

Parameters: ApiId, CorsConfiguration
  • LocalStack Pro
    • test_cors_updated_on_non_updated_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_cors_updated_on_non_updated_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_partial_cors_config_never_matches LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_partial_cors_config_never_matches HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_wildcard_origin LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2Cors::test_wildcard_origin HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_lifecycle LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_lifecycle HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_apigwv2_cors_crud_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_cors.py::TestApigatewayV2CorsCrud::test_apigwv2_cors_crud_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested

UpdateApiMapping

Parameters: ApiId, ApiMappingId, ApiMappingKey, DomainName
  • LocalStack Pro
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_mappings_crud LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_custom_domain.py::TestApigatewayV2CustomDomainCrud::test_api_mappings_crud HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

UpdateAuthorizer

Parameters: ApiId, AuthorizerId, AuthorizerUri
  • LocalStack Pro
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 200 AWS validated Snapshot Tested

UpdateDeployment

Parameters: ApiId, DeploymentId
  • LocalStack Pro
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, DeploymentId, Description
  • LocalStack Pro
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_update_deployment LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpDeploymentCrud::test_update_deployment HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

UpdateIntegration

Parameters: ApiId, IntegrationId, IntegrationSubtype, IntegrationType
  • LocalStack Pro
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationId, IntegrationSubtype, IntegrationType, RequestParameters
  • LocalStack Pro
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_proxy_request_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_request_parameters HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_aws_proxy_subtypes_validation LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_aws_proxy_subtypes_validation HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationId, PassthroughBehavior
  • LocalStack Pro
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 200 AWS validated Snapshot Tested
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
    • test_request_parameters_headers LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_parameters_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_parameters_headers LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_headers HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_request_parameters_path LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_request_parameters_path HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, IntegrationId, ResponseParameters
  • LocalStack Pro
    • test_response_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_response_parameters_statuscode LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters_statuscode HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_response_parameters LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_response_parameters_statuscode LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpIntegrationCrud::test_response_parameters_statuscode HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested

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, AuthorizationScopes, AuthorizationType, AuthorizerId, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationScopes, AuthorizationType, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationScopes, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationType, AuthorizerId, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_jwt LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_jwt HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizationType, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_iam LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_iam HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 201 AWS validated Snapshot Tested
    • test_auto_deploy_stage_http LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_auto_deploy_stage_http HTTP Status Code: 201 AWS validated Snapshot Tested
Parameters: ApiId, AuthorizerId, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_lambda LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_lambda HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, OperationName, RouteId
  • LocalStack Pro
    • test_route_with_authorizer_none LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpRouteCrud::test_route_with_authorizer_none HTTP Status Code: 201 AWS validated Snapshot Tested
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: 201 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, DeploymentId, StageName
  • LocalStack Pro
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
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
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ApiId, DeploymentId, StageName
  • LocalStack Pro
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
Parameters: ApiId, Description, StageName
  • LocalStack Pro
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stage LocalStack Pro: tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py::TestApigatewayV2HttpStageCrud::test_update_stage HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested