SNS (Simple Notification Service)

Implementation details for API sns

Coverage Overview

Simple Notification Service (SNS) is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AddPermission✔️community✔️✔️✔️Show Tests
CheckIfPhoneNumberIsOptedOut✔️community
ConfirmSubscription✔️community✔️✔️✔️Show Tests
CreatePlatformApplication✔️community✔️✔️✔️Show Tests
CreatePlatformEndpoint✔️community✔️✔️✔️Show Tests
CreateSMSSandboxPhoneNumber
CreateTopic✔️community✔️✔️✔️✔️✔️Show Tests
DeleteEndpoint✔️community✔️✔️✔️Show Tests
DeletePlatformApplication✔️community✔️✔️✔️Show Tests
DeleteSMSSandboxPhoneNumber
DeleteTopic✔️community✔️✔️✔️✔️✔️Show Tests
GetDataProtectionPolicy
GetEndpointAttributes✔️community✔️✔️✔️Show Tests
GetPlatformApplicationAttributes✔️community
GetSMSAttributes✔️community✔️✔️
GetSMSSandboxAccountStatus
GetSubscriptionAttributes✔️community✔️✔️✔️✔️✔️Show Tests
GetTopicAttributes✔️community✔️✔️✔️✔️✔️Show Tests
ListEndpointsByPlatformApplication✔️community✔️✔️✔️Show Tests
ListOriginationNumbers
ListPhoneNumbersOptedOut✔️community
ListPlatformApplications✔️community
ListSMSSandboxPhoneNumbers
ListSubscriptions✔️community✔️✔️✔️Show Tests
ListSubscriptionsByTopic✔️community✔️✔️✔️Show Tests
ListTagsForResource✔️community✔️✔️✔️✔️✔️Show Tests
ListTopics✔️community✔️✔️✔️✔️✔️Show Tests
OptInPhoneNumber✔️community
Publish✔️community✔️✔️✔️✔️✔️Show Tests
PublishBatch✔️community✔️✔️✔️Show Tests
PutDataProtectionPolicy
RemovePermission✔️community✔️✔️✔️Show Tests
SetEndpointAttributes✔️community✔️✔️✔️Show Tests
SetPlatformApplicationAttributes✔️community
SetSMSAttributes✔️community✔️✔️
SetSubscriptionAttributes✔️community✔️✔️✔️✔️✔️Show Tests
SetTopicAttributes✔️community✔️✔️✔️✔️✔️Show Tests
Subscribe✔️community✔️✔️✔️✔️✔️Show Tests
TagResource✔️community✔️✔️✔️✔️✔️Show Tests
Unsubscribe✔️community✔️✔️✔️✔️✔️Show Tests
UntagResource✔️community✔️✔️✔️✔️✔️Show Tests
VerifySMSSandboxPhoneNumber

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


AddPermission

Parameters: AWSAccountId, ActionName, Label, TopicArn
  • LocalStack Community
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 200 AWS validated Snapshot Tested

ConfirmSubscription

Parameters: Token, TopicArn
  • LocalStack Community
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_email_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSES::test_topic_email_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_confirm_subscription_wrong_token LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_sns_confirm_subscription_wrong_token HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sns_confirm_subscription_wrong_token LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_sns_confirm_subscription_wrong_token HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sns_confirm_subscription_wrong_token LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_sns_confirm_subscription_wrong_token HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested

CreatePlatformApplication

Parameters: Attributes, Name, Platform
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested

CreatePlatformEndpoint

Parameters: PlatformApplicationArn, Token
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested

CreateTopic

Parameters: Attributes, Name
  • LocalStack Community
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.json] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.yml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.yml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_with_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_with_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params0-True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params0-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params1-False] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params1-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 400 (CommonServiceException)
  • LocalStack Pro
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
Parameters: Name
  • LocalStack Community
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template_withoutchange_transformation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange_transformation HTTP Status Code: 200 AWS validated
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_host] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_host] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_path] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_number_of_messages_sent LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_creating_event_destination_without_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_creating_event_destination_without_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trying_to_delete_event_destination_from_non_existent_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_trying_to_delete_event_destination_from_non_existent_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_publish_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_publish_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_exc LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_message_structure_json_exc HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_non_existent_target LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_non_existent_target HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_too_long_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_too_long_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_empty_subject LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_with_empty_subject HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_publish_another_region LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_topic_publish_another_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unknown_topic_publish LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_unknown_topic_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_wrong_phone_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_wrong_phone_format HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_subscribe_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_confirm_subscription_wrong_token LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_sns_confirm_subscription_wrong_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_with_invalid_protocol LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_with_invalid_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_firehose_with_s3 LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionFirehose::test_publish_to_firehose_with_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_email_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSES::test_topic_email_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_without_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_without_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_topic_check_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_duplicate_topic_check_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_topic_with_more_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_duplicate_topic_with_more_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_test_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_test_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sns_publish_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[message1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[message1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base_error_topic_arn LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base_error_topic_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes["HelloWorld"] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes["HelloWorld"] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[message_value3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[message_value3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[{}] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[{}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sdk_task LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_aws_sdk_task HTTP Status Code: 200 AWS validated
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 200
    • test_multi_region_sns LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_sns HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_put_delivery_channel LocalStack Community: tests/integration/test_config_service.py::TestConfigService::test_put_delivery_channel HTTP Status Code: 200
  • 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: 200 AWS validated Snapshot Tested
    • test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inventory_retrieval LocalStack Pro: tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_topic_attributes LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sns LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns HTTP Status Code: 200
    • test_get_resource_policy_sns_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_sns_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200
    • test_sns_ses_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription HTTP Status Code: 200
    • test_sns_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
Parameters: Name, Tags
  • LocalStack Community
    • test_create_duplicate_topic_check_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_duplicate_topic_check_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_after_delete_with_new_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_after_delete_with_new_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_topic_with_more_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_duplicate_topic_with_more_tags HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested

DeleteEndpoint

Parameters: EndpointArn
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested

DeletePlatformApplication

Parameters: PlatformApplicationArn
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteTopic

Parameters: TopicArn
  • LocalStack Community
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 200 AWS validated
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_host] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_host] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_path] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[nope] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[nope] HTTP Status Code: 200 AWS validated
    • test_simple_intrinsic_fn_condition_evaluation[yep] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_intrinsic_fn_condition_evaluation[yep] HTTP Status Code: 200 AWS validated
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.json] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snipped_scope[transformation_snippet_topic.yml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_snipped_scope[transformation_snippet_topic.yml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_secretsmanager[resolve_secretsmanager.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_full.yaml] HTTP Status Code: 200 AWS validated
    • test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSecretsManagerParameters::test_resolve_secretsmanager[resolve_secretsmanager_partial.yaml] HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 200
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_number_of_messages_sent LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_creating_event_destination_without_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_creating_event_destination_without_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trying_to_delete_event_destination_from_non_existent_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_trying_to_delete_event_destination_from_non_existent_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_exc LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_message_structure_json_exc HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_non_existent_target LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_non_existent_target HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_too_long_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_too_long_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_empty_subject LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_with_empty_subject HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_publish_another_region LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_topic_publish_another_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unknown_topic_publish LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_unknown_topic_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_wrong_phone_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_wrong_phone_format HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_subscribe_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_confirm_subscription_wrong_token LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_sns_confirm_subscription_wrong_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_with_invalid_protocol LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_with_invalid_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_firehose_with_s3 LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionFirehose::test_publish_to_firehose_with_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_email_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSES::test_topic_email_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_without_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_without_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_with_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_with_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_topic_check_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_duplicate_topic_check_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_topic_with_more_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_duplicate_topic_with_more_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_after_delete_with_new_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_after_delete_with_new_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_test_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_test_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sns_publish_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params0-True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params0-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params1-False] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params1-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[message1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[message1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base_error_topic_arn LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base_error_topic_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes["HelloWorld"] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes["HelloWorld"] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[message_value3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[message_value3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[{}] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[{}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sdk_task LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_aws_sdk_task HTTP Status Code: 200 AWS validated
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
  • 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: 200 AWS validated Snapshot Tested
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inventory_retrieval LocalStack Pro: tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_topic_attributes LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sns LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns HTTP Status Code: 200
    • test_get_resource_policy_sns_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_sns_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200
    • test_sns_ses_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription HTTP Status Code: 200
    • test_sns_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested

GetEndpointAttributes

Parameters: EndpointArn
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested

GetSubscriptionAttributes

Parameters: SubscriptionArn
  • LocalStack Community
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_subscribe_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_email_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSES::test_topic_email_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested

GetTopicAttributes

Parameters: TopicArn
  • LocalStack Community
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_in_conditions LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_sub_in_conditions HTTP Status Code: 200 AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_creating_event_destination_without_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_creating_event_destination_without_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_creating_event_destination_without_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_creating_event_destination_without_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trying_to_delete_event_destination_from_non_existent_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_trying_to_delete_event_destination_from_non_existent_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trying_to_delete_event_destination_from_non_existent_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_trying_to_delete_event_destination_from_non_existent_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_test_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_test_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_topic_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_with_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_invalid_topic_arn LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_invalid_topic_arn HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_cannot_create_event_for_no_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_cannot_create_event_for_no_topic HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_create_topic_test_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_test_arn HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_create_topic_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_create_topic_with_attributes HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_topic_attributes LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sns LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns HTTP Status Code: 200
    • test_get_resource_policy_sns_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sns_create_topic_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_get_resource_policy_sns_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns_non_existent HTTP Status Code: 404 (NotFoundException)

ListEndpointsByPlatformApplication

Parameters: PlatformApplicationArn
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested

ListSubscriptions

Parameters: - (without any parameters)
  • LocalStack Community
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested

ListSubscriptionsByTopic

Parameters: TopicArn
  • LocalStack Community
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_publish_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_publish_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested

ListTagsForResource

Parameters: ResourceArn
  • LocalStack Community
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 200

ListTopics

Parameters: - (without any parameters)
  • LocalStack Community
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_change_set_without_parameters LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_without_parameters HTTP Status Code: 200 AWS validated
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_host] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_host] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_from_s3_template_url[http_path] LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_create_stack_from_s3_template_url[http_path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simple_condition_evaluation_deploys_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_deploys_resource HTTP Status Code: 200 AWS validated
    • test_simple_condition_evaluation_doesnt_deploy_resource LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_simple_condition_evaluation_doesnt_deploy_resource HTTP Status Code: 200 AWS validated
    • test_simple_mapping_working LocalStack Community: tests/aws/services/cloudformation/engine/test_mappings.py::TestCloudFormationMappings::test_simple_mapping_working HTTP Status Code: 200 AWS validated
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sdk_task LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_aws_sdk_task HTTP Status Code: 200 AWS validated
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 200
    • test_multi_region_sns LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_sns HTTP Status Code: 200
    • test_additional_allowed_origins LocalStack Community: tests/integration/test_security.py::TestCSRF::test_additional_allowed_origins HTTP Status Code: 200
    • test_disable_cors_headers LocalStack Community: tests/integration/test_security.py::TestCSRF::test_disable_cors_headers HTTP Status Code: 200

Publish

Parameters: Message, MessageAttributes, MessageStructure, TargetArn
  • LocalStack Community
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Message, MessageAttributes, MessageStructure, TopicArn
  • LocalStack Community
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Message, MessageAttributes, TargetArn
  • LocalStack Community
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Message, MessageAttributes, TopicArn
  • LocalStack Community
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_firehose_with_s3 LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionFirehose::test_publish_to_firehose_with_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes["HelloWorld"] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes["HelloWorld"] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[message_value3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[message_value3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[{}] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[{}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: Message, MessageDeduplicationId, MessageGroupId, TopicArn
  • LocalStack Community
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params1-False] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params1-False] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Message, MessageDeduplicationId, TopicArn
  • LocalStack Community
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
Parameters: Message, MessageGroupId, MessageStructure, TargetArn
  • LocalStack Community
    • test_publish_to_fifo_with_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_with_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Message, MessageGroupId, TopicArn
  • LocalStack Community
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
Parameters: Message, MessageStructure, TargetArn
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 400 (EndpointDisabledException) AWS validated Snapshot Tested
Parameters: Message, MessageStructure, TopicArn
  • LocalStack Community
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_exc LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_message_structure_json_exc HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_exc LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_message_structure_json_exc HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_message_structure_json_exc LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_message_structure_json_exc HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_message_structure_json_exc LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_message_structure_json_exc HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
Parameters: Message, PhoneNumber
  • LocalStack Community
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_wrong_phone_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_wrong_phone_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_wrong_phone_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_wrong_phone_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
Parameters: Message, Subject, TopicArn
  • LocalStack Community
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_number_of_messages_sent LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_empty_subject LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_with_empty_subject HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
Parameters: Message, TargetArn
  • LocalStack Community
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_non_existent_target LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_non_existent_target HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
Parameters: Message, TopicArn
  • LocalStack Community
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_creating_event_destination_without_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_creating_event_destination_without_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trying_to_delete_event_destination_from_non_existent_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_trying_to_delete_event_destination_from_non_existent_configuration_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_publish_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_publish_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_empty_subject LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_with_empty_subject HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_publish_another_region LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_topic_publish_another_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unknown_topic_publish LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_unknown_topic_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sns_publish_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[message1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[message1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_too_long_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_too_long_message HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_wrong_arn_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_wrong_arn_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_wrong_arn_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_wrong_arn_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_wrong_arn_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_wrong_arn_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_topic_publish_another_region LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_topic_publish_another_region HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params0-True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params0-True] HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_unknown_topic_publish LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_unknown_topic_publish HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
    • test_publish_base_error_topic_arn LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base_error_topic_arn HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_inventory_retrieval LocalStack Pro: tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_topic_attributes LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_sns_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200
    • test_sns_ses_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription HTTP Status Code: 200
    • test_sns_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_cross_account_publish LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sns_publish_topic_attributes LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 403 (CommonServiceException) AWS validated

PublishBatch

Parameters: PublishBatchRequestEntries, TopicArn
  • LocalStack Community
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_publish_another_region LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_topic_publish_another_region HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 400 (TooManyEntriesInBatchRequestException) AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 400 (BatchEntryIdsNotDistinctException) AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_batch_exceptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_exceptions HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_publish_batch_messages_without_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_without_topic HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested

RemovePermission

Parameters: Label, TopicArn
  • LocalStack Community
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested

SetEndpointAttributes

Parameters: Attributes, EndpointArn
  • LocalStack Community
    • test_publish_disabled_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested

SetSubscriptionAttributes

Parameters: AttributeName, AttributeValue, SubscriptionArn
  • LocalStack Community
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 404 (NotFoundException) AWS validated Snapshot Tested

SetTopicAttributes

Parameters: AttributeName, AttributeValue, TopicArn
  • LocalStack Community
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_api_gateway_lambda_proxy_integration[/lambda/foo1] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/foo1] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_apigw_stage_variables[dev] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_base_path_mapping_root LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_base_path_mapping_root HTTP Status Code: 404 (CommonServiceException)
    • test_base_path_mapping_root LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_base_path_mapping_root HTTP Status Code: 404 (CommonServiceException)
    • test_base_path_mapping_root LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_base_path_mapping_root HTTP Status Code: 404 (CommonServiceException)
    • test_base_path_mapping_root LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_base_path_mapping_root HTTP Status Code: 404 (CommonServiceException)
    • test_malformed_response_apigw_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 404 (CommonServiceException)
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_api_gateway_http_integrations[proxy] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_http_integrations[proxy] HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_kinesis_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_kinesis_integration HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_kinesis_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_kinesis_integration HTTP Status Code: 404 (CommonServiceException)
    • test_api_gateway_kinesis_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_kinesis_integration HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 404 (CommonServiceException)
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 404 (CommonServiceException)
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_output_in_params LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 404 (CommonServiceException)
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 404 (CommonServiceException)
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 404 (CommonServiceException)
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 404 (CommonServiceException)
    • test_nested_stack LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 404 (CommonServiceException)
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stack_output_refs LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_stacks_conditions LocalStack Community: tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stacks_conditions HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_resources LocalStack Community: tests/aws/services/cloudformation/api/test_transformers.py::test_duplicate_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_with_multiple_route_table_associations LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_cfn_with_multiple_route_table_associations HTTP Status Code: 404 (CommonServiceException)
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dhcp_options LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_dhcp_options HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 404 (CommonServiceException)
    • test_simple_route_table_creation_without_vpc LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_simple_route_table_creation_without_vpc HTTP Status Code: 404 (CommonServiceException)
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transit_gateway_attachment LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_vpc_creates_default_sg LocalStack Community: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_with_kms_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_cfn_with_kms_resources HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_kms_key_disabled LocalStack Community: tests/aws/services/cloudformation/resources/test_kms.py::test_kms_key_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_sqs_event LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_sqs_event HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 404 (CommonServiceException)
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 404 (CommonServiceException)
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 404 (CommonServiceException)
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 404 (CommonServiceException)
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_secret_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 404 (CommonServiceException)
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 404 (CommonServiceException)
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 404 (CommonServiceException)
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 404 (CommonServiceException)
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 404 (CommonServiceException)
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 404 (CommonServiceException)
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 404 (CommonServiceException)
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_binary_data_with_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_data_encoding_consistency LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_get_batch_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_idempotent_writing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_idempotent_writing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transact_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_create_existing_domain_causes_exception LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_describe_domains LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_domain_version LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_get_compatible_version_for_domain LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_list_versions LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_list_versions HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_endpoint_strategy LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_path_endpoint_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_update_domain_config LocalStack Community: tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config HTTP Status Code: 404 (CommonServiceException)
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 404 (CommonServiceException)
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 404 (CommonServiceException)
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 404 (CommonServiceException)
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 404 (CommonServiceException)
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_rule_invalid_rate_schedule_expression[rate(10 MINUTES)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 MINUTES)] HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_code_signing_not_found_excs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_alias_naming LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_alias_naming HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_arns LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_arns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_arns LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_arns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_arns LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_arns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_arns LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_arns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_arns LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_arns HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_concurrency] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_concurrency] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_event_invoke_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_event_invoke_config] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_concurrent_code_updates LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_concurrent_code_updates HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_concurrent_code_updates LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_concurrent_code_updates HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_concurrent_config_updates LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_concurrent_config_updates HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_concurrent_config_updates LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_concurrent_config_updates HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_concurrent_config_updates LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_concurrent_config_updates HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[get_function_configuration] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[get_function_configuration] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[get_function_url_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[get_function_url_config] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[get_function_url_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[get_function_url_config] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_configuration] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_update_lambda_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_update_lambda_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_image_and_image_config_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_and_image_config_crud HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_image_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_image_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_fails_multiple_keys LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_fails_multiple_keys HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_oversized_request_create_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_request_create_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_oversized_unzipped_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_unzipped_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_oversized_unzipped_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_unzipped_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_oversized_unzipped_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_unzipped_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_oversized_unzipped_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_unzipped_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_oversized_unzipped_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_unzipped_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java21] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java21] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java21] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java21] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java21] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_publish_version_on_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_publish_version_on_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_publish_with_wrong_sha256 LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_with_wrong_sha256 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_advanced_logging_configuration_format_switch LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_advanced_logging_configuration_format_switch HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_advanced_logging_configuration_format_switch LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_advanced_logging_configuration_format_switch HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_advanced_logging_configuration LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_advanced_logging_configuration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_partial_advanced_logging_configuration_update[partial_config1] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_partial_advanced_logging_configuration_update[partial_config1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_partial_advanced_logging_configuration_update[partial_config1] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_partial_advanced_logging_configuration_update[partial_config1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_partial_advanced_logging_configuration_update[partial_config1] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_partial_advanced_logging_configuration_update[partial_config1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_partial_advanced_logging_configuration_update[partial_config2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_partial_advanced_logging_configuration_update[partial_config2] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_function_partial_advanced_logging_configuration_update[partial_config2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLoggingConfig::test_function_partial_advanced_logging_configuration_update[partial_config2] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_associate_and_disassociate_resolver_rule LocalStack Community: tests/aws/services/route53resolver/test_route53resolver.py::TestRoute53Resolver::test_associate_and_disassociate_resolver_rule HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_associate_and_disassociate_resolver_rule LocalStack Community: tests/aws/services/route53resolver/test_route53resolver.py::TestRoute53Resolver::test_associate_and_disassociate_resolver_rule HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_associate_and_disassociate_resolver_rule LocalStack Community: tests/aws/services/route53resolver/test_route53resolver.py::TestRoute53Resolver::test_associate_and_disassociate_resolver_rule HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_associate_and_disassociate_resolver_rule LocalStack Community: tests/aws/services/route53resolver/test_route53resolver.py::TestRoute53Resolver::test_associate_and_disassociate_resolver_rule HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_associate_and_disassociate_resolver_rule LocalStack Community: tests/aws/services/route53resolver/test_route53resolver.py::TestRoute53Resolver::test_associate_and_disassociate_resolver_rule HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_complete_multipart_parts_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_complete_multipart_parts_order HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_complete_multipart_parts_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_complete_multipart_parts_order HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_complete_multipart_parts_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_complete_multipart_parts_order HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_copy_object_special_character LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_copy_object_special_character HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_download_fileobj_multiple_range_requests LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_download_fileobj_multiple_range_requests HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_download_fileobj_multiple_range_requests LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_download_fileobj_multiple_range_requests HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_download_fileobj_multiple_range_requests LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_download_fileobj_multiple_range_requests HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_get_object_no_such_bucket LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_get_object_no_such_bucket HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_object_part LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_get_object_part HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_object_part LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_get_object_part HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_object_with_anon_credentials LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_get_object_with_anon_credentials HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_object_with_anon_credentials LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_get_object_with_anon_credentials HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invalid_range_error LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_invalid_range_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invalid_range_error LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_invalid_range_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_get_object_special_character[test%123] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_get_object_special_character[test%123] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_get_object_special_character[test%123] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_get_object_special_character[test%123] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_get_object_special_character[test%percent] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_get_object_special_character[test%percent] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_range_key_not_exists LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_range_key_not_exists HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_region_header_exists LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_region_header_exists HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_region_header_exists LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_region_header_exists HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_region_header_exists LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_region_header_exists HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_in_place LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_in_place HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_in_place LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_in_place HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_in_place LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_in_place HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_in_place_website_redirect_location LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_in_place_website_redirect_location HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_in_place_website_redirect_location LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_in_place_website_redirect_location HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_preconditions LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_preconditions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_preconditions LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_preconditions HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_with_checksum[SHA1] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_with_checksum[SHA1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_with_checksum[SHA1] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_with_checksum[SHA1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_object_with_checksum[SHA1] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_with_checksum[SHA1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_tagging_directive[COPY] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_tagging_directive[COPY] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_copy_tagging_directive[COPY] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_tagging_directive[COPY] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_s3_get_object_header_overrides LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_header_overrides HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_header_overrides LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_header_overrides HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[get_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[get_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[get_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[get_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[get_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[get_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[get_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[get_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[get_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[get_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[head_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[head_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[head_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[head_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_get_object_preconditions[head_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[head_object] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_object_expiry HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_object_expiry HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_object_expiry HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_object_expiry HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_object_expiry HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_upload_big_file LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_upload_big_file HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_upload_big_file LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_upload_big_file HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_upload_big_file LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_upload_big_file HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_upload_file_multipart LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_upload_file_multipart HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_upload_file_multipart LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_upload_file_multipart HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_url_encoded_key[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_url_encoded_key[False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_bucket_logging LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketLogging::test_put_bucket_logging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_bucket_logging LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketLogging::test_put_bucket_logging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_bucket_logging LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketLogging::test_put_bucket_logging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_bucket_logging LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketLogging::test_put_bucket_logging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_bucket_logging LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketLogging::test_put_bucket_logging HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_retention LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_object_retention HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_retention LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_object_retention HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_retention LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_object_retention HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_retention LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_object_retention HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_object_retention LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_object_retention HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_post_request_malformed_policy[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_malformed_policy[s3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_post_request_malformed_policy[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_malformed_policy[s3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_post_request_malformed_policy[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_malformed_policy[s3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_post_request_malformed_policy[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_malformed_policy[s3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_post_request_malformed_policy[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_malformed_policy[s3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_request_expires_ignored_if_validation_disabled LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_request_expires_ignored_if_validation_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_get_request_expires_ignored_if_validation_disabled LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_request_expires_ignored_if_validation_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_get_request_expires_ignored_if_validation_disabled LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_request_expires_ignored_if_validation_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_get_request_expires_ignored_if_validation_disabled LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_request_expires_ignored_if_validation_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_get_request_expires_ignored_if_validation_disabled LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_request_expires_ignored_if_validation_disabled HTTP Status Code: 404 (CommonServiceException)
    • test_presigned_url_signature_authentication_expired[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3v4-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3v4-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3v4-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3v4-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_signature_authentication_expired[s3v4-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_url_metadata_with_sig_s3[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_put_url_metadata_with_sig_s3[False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_url_metadata_with_sig_s3[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_put_url_metadata_with_sig_s3[False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_url_metadata_with_sig_s3[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_put_url_metadata_with_sig_s3[False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_url_metadata_with_sig_s3[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_put_url_metadata_with_sig_s3[False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_put_url_metadata_with_sig_s3[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_put_url_metadata_with_sig_s3[False] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_presigned_url_expired[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3v4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_presigned_url_expired[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3v4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_presigned_url_expired[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3v4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_presigned_url_expired[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3v4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_s3_presigned_url_expired[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3v4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_routing_rules_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_routing_rules_order HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_routing_rules_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_routing_rules_order HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_routing_rules_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_routing_rules_order HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_routing_rules_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_routing_rules_order HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_routing_rules_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_routing_rules_order HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_parallel_object_creation_and_read LocalStack Community: tests/aws/services/s3/test_s3_concurrency.py::TestParallelBucketCreation::test_parallel_object_creation_and_read HTTP Status Code: 404 (CommonServiceException)
    • test_parallel_object_creation_and_read LocalStack Community: tests/aws/services/s3/test_s3_concurrency.py::TestParallelBucketCreation::test_parallel_object_creation_and_read HTTP Status Code: 404 (CommonServiceException)
    • test_parallel_object_creation_and_read LocalStack Community: tests/aws/services/s3/test_s3_concurrency.py::TestParallelBucketCreation::test_parallel_object_creation_and_read HTTP Status Code: 404 (CommonServiceException)
    • test_parallel_object_creation_and_read LocalStack Community: tests/aws/services/s3/test_s3_concurrency.py::TestParallelBucketCreation::test_parallel_object_creation_and_read HTTP Status Code: 404 (CommonServiceException)
    • test_parallel_object_creation_and_read LocalStack Community: tests/aws/services/s3/test_s3_concurrency.py::TestParallelBucketCreation::test_parallel_object_creation_and_read HTTP Status Code: 404 (CommonServiceException)
    • test_parallel_object_creation_and_read LocalStack Community: tests/aws/services/s3/test_s3_concurrency.py::TestParallelBucketCreation::test_parallel_object_creation_and_read HTTP Status Code: 404 (CommonServiceException)
    • test_list_object_versions_pagination_common_prefixes LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjectVersions::test_list_object_versions_pagination_common_prefixes HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_object_versions_pagination_common_prefixes LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjectVersions::test_list_object_versions_pagination_common_prefixes HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_object_versions_pagination_common_prefixes LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjectVersions::test_list_object_versions_pagination_common_prefixes HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_object_versions_pagination_common_prefixes LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjectVersions::test_list_object_versions_pagination_common_prefixes HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_object_versions_pagination_common_prefixes LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjectVersions::test_list_object_versions_pagination_common_prefixes HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_objects_with_prefix[%2F] LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjects::test_list_objects_with_prefix[%2F] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_objects_with_prefix[%2F] LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjects::test_list_objects_with_prefix[%2F] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_objects_with_prefix[%2F] LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjects::test_list_objects_with_prefix[%2F] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_objects_with_prefix[%2F] LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjects::test_list_objects_with_prefix[%2F] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_objects_with_prefix[%2F] LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjects::test_list_objects_with_prefix[%2F] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_secrets LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_list_secrets HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_secrets LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_list_secrets HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_secrets LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_list_secrets HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_secrets LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_list_secrets HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_secrets LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_list_secrets HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list4] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list4] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list4] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list4] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list4] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list4] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_untag_state_machine[tag_keys3] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_untag_state_machine[tag_keys3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_untag_state_machine[tag_keys3] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_untag_state_machine[tag_keys3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_untag_state_machine[tag_keys3] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_untag_state_machine[tag_keys3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_untag_state_machine[tag_keys3] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_untag_state_machine[tag_keys3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_untag_state_machine[tag_keys3] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_untag_state_machine[tag_keys3] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_with_version_description_no_publish LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_create_with_version_description_no_publish HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_with_version_description_no_publish LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_create_with_version_description_no_publish HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_with_version_description_no_publish LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_create_with_version_description_no_publish HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_with_version_description_no_publish LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_create_with_version_description_no_publish HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_with_version_description_no_publish LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_create_with_version_description_no_publish HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_version_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_start_version_execution HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_version_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_start_version_execution HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_version_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_start_version_execution HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_version_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_start_version_execution HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_version_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_start_version_execution HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_get_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-2-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-2-None] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-4-test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-4-test-output.json] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-6-test-files/test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-6-test-files/test-output] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_start_job_same_name LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job_same_name HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 404 (CommonServiceException)
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 404 (CommonServiceException)
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 404 (CommonServiceException)
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 404 (CommonServiceException)
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 404 (CommonServiceException)
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 404 (CommonServiceException)
  • LocalStack Pro
    • test_sns_publish_topic_attributes LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sns LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested

Subscribe

Parameters: Attributes, Endpoint, Protocol, ReturnSubscriptionArn, TopicArn
  • LocalStack Community
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_firehose_with_s3 LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionFirehose::test_publish_to_firehose_with_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_sns_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
Parameters: Attributes, Endpoint, Protocol, TopicArn
  • LocalStack Community
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Endpoint, Protocol, ReturnSubscriptionArn, TopicArn
  • LocalStack Community
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_subscribe_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_email_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSES::test_topic_email_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_wrong_phone_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_wrong_phone_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_with_invalid_protocol LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_with_invalid_protocol HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_inventory_retrieval LocalStack Pro: tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_sns_ses_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription HTTP Status Code: 200
Parameters: Endpoint, Protocol, TopicArn
  • LocalStack Community
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_number_of_messages_sent LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_publish_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_publish_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sns_publish_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes["HelloWorld"] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes["HelloWorld"] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[message_value3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[message_value3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[{}] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[{}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200
    • test_sns_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested

TagResource

Parameters: ResourceArn, Tags
  • LocalStack Community
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 200
    • test_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_tags HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested

Unsubscribe

Parameters: SubscriptionArn
  • LocalStack Community
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_number_of_messages_sent LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_logs_for_sns LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns HTTP Status Code: 200
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy_attributes_array LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy_attributes_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_array_of_object_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_array_of_object_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_is_dispatched LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_to_platform_endpoint_is_dispatched HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_platform_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_subscribe_platform_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_platform_endpoint_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_to_platform_endpoint_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_tokens_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_subscription_tokens_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_publish_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sms_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSMS::test_subscribe_sms_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_firehose_with_s3 LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionFirehose::test_publish_to_firehose_with_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_subscriptions_http_endpoint LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_multiple_subscriptions_http_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_subscribe_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_lambda_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_publish_lambda_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_email_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSES::test_topic_email_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[1] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_verify_signature[2] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_verify_signature[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_unsubscribe_wrong_arn_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_wrong_arn_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_unsubscribe_wrong_arn_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_wrong_arn_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
    • test_unsubscribe_wrong_arn_format LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_wrong_arn_format HTTP Status Code: 400 (InvalidParameterException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inventory_retrieval LocalStack Pro: tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_sns_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested

UntagResource

Parameters: ResourceArn, TagKeys
  • LocalStack Community
    • test_tags LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSTopicCrud::test_tags HTTP Status Code: 200 AWS validated Snapshot Tested


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