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 exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

  • Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
  • Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
    • test name
    • status code returned (which is the expected one for the test case)
    • information about validation:
      • AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
      • Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS


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_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_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_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_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_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_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_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP_PROXY] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 404 (CommonServiceException) AWS validated
    • 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: 404 (CommonServiceException) AWS validated
    • test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts 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_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_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: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 404 (CommonServiceException) 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: 404 (CommonServiceException) AWS validated
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 404 (CommonServiceException)
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 404 (CommonServiceException)
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 404 (CommonServiceException) 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: 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_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_domain_with_alternative_types LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain_with_alternative_types HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_health_check LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_health_check HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_create_record_set_via_id LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/aws/services/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_unsupported LocalStack Community: tests/aws/services/cloudformation/test_unsupported.py::test_unsupported HTTP Status Code: 404 (CommonServiceException)
    • test_describe_vpn_gateways_filter_by_vpc LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_describe_vpn_gateways_filter_by_vpc HTTP Status Code: 404 (CommonServiceException)
    • test_get_user_without_username_as_user LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMExtensions::test_get_user_without_username_as_user HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_create_describe_role LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_create_describe_role HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_role_with_assume_role_policy LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_create_role_with_assume_role_policy HTTP Status Code: 404 (CommonServiceException) AWS validated
    • test_create_list_delete_alias LocalStack Community: tests/aws/services/kms/test_kms.py::TestKMS::test_create_list_delete_alias HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invalid_key_usage LocalStack Community: tests/aws/services/kms/test_kms.py::TestKMS::test_invalid_key_usage HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sign_verify[RSA_2048-RSASSA_PSS_SHA_384] LocalStack Community: tests/aws/services/kms/test_kms.py::TestKMS::test_sign_verify[RSA_2048-RSASSA_PSS_SHA_384] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_sign_verify[RSA_4096-RSASSA_PKCS1_V1_5_SHA_512] LocalStack Community: tests/aws/services/kms/test_kms.py::TestKMS::test_sign_verify[RSA_4096-RSASSA_PKCS1_V1_5_SHA_512] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cross_accounts_access LocalStack Community: tests/aws/services/kms/test_kms.py::TestKMSMultiAccounts::test_cross_accounts_access HTTP Status Code: 404 (CommonServiceException)
    • test_create_group LocalStack Community: tests/aws/services/resource_groups/test_resource_groups.py::TestResourceGroups::test_create_group HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cors_options_fails_partial_origin LocalStack Community: tests/aws/services/s3/test_s3_cors.py::TestS3Cors::test_cors_options_fails_partial_origin HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_delete_cors LocalStack Community: tests/aws/services/s3/test_s3_cors.py::TestS3Cors::test_delete_cors HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invalid_secret_name[ Inv Name] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_invalid_secret_name[ Inv Name] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_non_versioning_version_stages_replacement LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_non_versioning_version_stages_replacement HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_rotate_secret_with_lambda_success[True] LocalStack Community: tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_success[True] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_activity_task LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_activity_task LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_activity_task_failure LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_failure HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_activity_task_no_worker_name LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_no_worker_name HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_activity_task_start_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_start_timeout HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_activity_task_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_with_heartbeat HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_service_task_lambada_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_large_input LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_start_large_input HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_start_large_input LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_start_large_input HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_task_lambda_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_json_to_string LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_json_to_string HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_json_to_string LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_json_to_string HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_string_to_json LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_string_to_json HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_string_to_json LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_string_to_json HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_string_to_json LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_string_to_json HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_string_split LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_string_split_context_object LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split_context_object HTTP Status Code: 404 (CommonServiceException) 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: 404 (CommonServiceException) 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: 404 (CommonServiceException) 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: 404 (CommonServiceException) 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: 404 (CommonServiceException) 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 (CommonServiceException) 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: 404 (CommonServiceException) 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: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dumps] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_duplicate_definition_format_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_duplicate_definition_format_sm HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_update_state_machine_base_role_arn LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_base_role_arn HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_update_state_machine_base_update_none LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_base_update_none HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_delete_nonexistent_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_delete_nonexistent_sm HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_describe_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_execution HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_invalid_start_execution_input LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_invalid_start_execution_input HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_list_execution_no_such_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_list_execution_no_such_state_machine HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_state_machine_status_filter LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_state_machine_status_filter HTTP Status Code: 404 (CommonServiceException) AWS validated Snapshot Tested
    • test_multi_accounts_kinesis LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_kinesis HTTP Status Code: 404 (CommonServiceException)
    • test_multi_region_sns LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_sns HTTP Status Code: 404 (CommonServiceException)
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_path_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_path_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_path_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_port_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_port_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_port_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_port_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_port_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_port_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_port_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_port_strategy HTTP Status Code: 404 (CommonServiceException)
    • test_multipart_upload LocalStack Community: tests/aws/test_network_configuration.py::TestS3::test_multipart_upload 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_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

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_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)