SQS (Simple Queue Service)

Implementation details for API sqs

Coverage Overview

Simple Queue Service (SQS) is supported by LocalStack in the community version.

AvailabilityTesting*
OperationImplementedEditionInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AddPermission✔️community✔️✔️✔️Show Tests
CancelMessageMoveTask✔️community✔️✔️✔️Show Tests
ChangeMessageVisibility✔️community✔️✔️✔️✔️Show Tests
ChangeMessageVisibilityBatch✔️community✔️✔️✔️✔️Show Tests
CreateQueue✔️community✔️✔️✔️✔️✔️Show Tests
DeleteMessage✔️community✔️✔️✔️✔️Show Tests
DeleteMessageBatch✔️community✔️✔️✔️Show Tests
DeleteQueue✔️community✔️✔️✔️✔️✔️Show Tests
GetQueueAttributes✔️community✔️✔️✔️✔️✔️Show Tests
GetQueueUrl✔️community✔️✔️✔️✔️✔️Show Tests
ListDeadLetterSourceQueues✔️community✔️✔️✔️Show Tests
ListMessageMoveTasks✔️community✔️✔️✔️Show Tests
ListQueueTags✔️community✔️✔️✔️✔️✔️Show Tests
ListQueues✔️community✔️✔️✔️✔️✔️Show Tests
PurgeQueue✔️community✔️✔️✔️✔️Show Tests
ReceiveMessage✔️community✔️✔️✔️✔️✔️Show Tests
RemovePermission✔️community✔️✔️✔️Show Tests
SendMessage✔️community✔️✔️✔️✔️✔️Show Tests
SendMessageBatch✔️community✔️✔️✔️✔️Show Tests
SetQueueAttributes✔️community✔️✔️✔️✔️✔️Show Tests
StartMessageMoveTask✔️community✔️✔️✔️Show Tests
TagQueue✔️community✔️✔️✔️✔️✔️Show Tests
UntagQueue✔️community✔️✔️✔️✔️✔️Show Tests

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: AWSAccountIds, Actions, Label, QueueUrl
  • LocalStack Community
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 200 AWS validated
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pre_generation_token_trigger_v2 LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_pre_generation_token_trigger_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes0] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested

CancelMessageMoveTask

Parameters: TaskHandle
  • LocalStack Community
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cancel_with_invalid_task_handle LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_cancel_with_invalid_task_handle HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_cancel_with_invalid_source_arn_in_task_handle LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_cancel_with_invalid_source_arn_in_task_handle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cancel_with_invalid_task_id_in_task_handle LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_cancel_with_invalid_task_id_in_task_handle HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested

ChangeMessageVisibility

Parameters: QueueUrl, ReceiptHandle, VisibilityTimeout
  • LocalStack Community
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message[sqs] HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message[sqs_json] HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested

ChangeMessageVisibilityBatch

Parameters: Entries, QueueUrl
  • LocalStack Community
    • test_change_message_visibility_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs] HTTP Status Code: 400 (TooManyEntriesInBatchRequest) AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs_json] HTTP Status Code: 400 (TooManyEntriesInBatchRequest) AWS validated Snapshot Tested

CreateQueue

Parameters: Attributes, QueueName
  • LocalStack Community
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • 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_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • 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_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error 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_change_message_visibility_after_visibility_timeout_expiration[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_deduplication_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_deduplication_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_group_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_group_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_fifo LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_message_size LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_of_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_of_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_needs_to_exist LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_destination_needs_to_exist HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_names LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sqs_queue_names HTTP Status Code: 200 AWS validated
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_create_fifo_queue_with_different_attributes_raises_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error[sqs] HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error[sqs_json] HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_fifo_queue_requires_suffix LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_requires_suffix HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 200 AWS validated
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pre_generation_token_trigger_v2 LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_pre_generation_token_trigger_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes0] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
Parameters: QueueName
  • LocalStack Community
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_sqs_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 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_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready HTTP Status Code: 200 AWS validated
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created 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_sqs_approximate_metrics LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSqsApproximateMetrics::test_sqs_approximate_metrics HTTP Status Code: 200 AWS validated
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::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.py::TestEvents::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.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_target_sqs_new_region LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation 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_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[domain] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[path] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object 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_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_rules_case_insensitive LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_filter_rules_case_insensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_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_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_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_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_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_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_without_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_domain LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_standard LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_standard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_without_endpoint_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_without_endpoint_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_oversized_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_oversized_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_oversized_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_oversized_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[off] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[off] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_create_queue_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_create_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_list_queues_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_all LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_all HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_invalid_arg_returns_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_invalid_arg_returns_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_query_args LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_query_args HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_json_format_returns_returns_xml LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_json_format_returns_returns_xml HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_returns_unknown_operation LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_returns_unknown_operation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_action_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_invalid_action_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_overwrite_queue_url_in_params LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_overwrite_queue_url_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_url_format_path_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_queue_url_format_path_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_via_queue_url_with_json_protocol LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_send_message_via_queue_url_with_json_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_action_with_missing_parameter_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_valid_action_with_missing_parameter_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_json[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[domain] HTTP Status Code: 200
    • test_list_messages_as_json[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[path] HTTP Status Code: 200
    • test_list_messages_as_json[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[standard] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[domain] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[path] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[standard] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[path] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[domain] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[path] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[standard] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[domain] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[path] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[standard] HTTP Status Code: 200
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cancel_with_invalid_task_id_in_task_handle LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_cancel_with_invalid_task_id_in_task_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_needs_to_exist LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_destination_needs_to_exist HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_source_needs_redrive_policy LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_source_needs_redrive_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base 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_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_sqs_failure_in_wait_for_task_tok HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base 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_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_unsupported_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_no_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_path_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_path_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_domain_based_strategies[domain] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[domain] HTTP Status Code: 200
    • test_domain_based_strategies[standard] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[standard] HTTP Status Code: 200
    • test_off_strategy_with_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_with_external_port HTTP Status Code: 200
    • test_off_strategy_without_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_without_external_port HTTP Status Code: 200
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_path_strategy 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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_create_queue_recently_deleted[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs] HTTP Status Code: 400 (QueueDeletedRecently) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs_json] HTTP Status Code: 400 (QueueDeletedRecently) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs] HTTP Status Code: 400 (QueueDeletedRecently) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs_json] HTTP Status Code: 400 (QueueDeletedRecently) AWS validated Snapshot Tested
    • test_standard_queue_cannot_have_fifo_suffix LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_standard_queue_cannot_have_fifo_suffix HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events 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_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events 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_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • 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_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping 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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_topic_sqs_rule LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTTopicRules::test_topic_sqs_rule HTTP Status Code: 200
    • 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_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queues_get_arns LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 403 (CommonServiceException)
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 403 (CommonServiceException)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 403 (CommonServiceException)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 403 (CommonServiceException)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 403 (CommonServiceException)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 403 (CommonServiceException)
Parameters: QueueName, tags
  • LocalStack Community
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_create_queue_with_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteMessage

Parameters: QueueUrl, ReceiptHandle
  • LocalStack Community
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created 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_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::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.py::TestEvents::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.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_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_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_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_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination 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_delete_message_with_illegal_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle[sqs] HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle[sqs_json] HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination 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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs 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_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteMessageBatch

Parameters: Entries, QueueUrl
  • 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_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-invalid:id] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-invalid:id] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs] HTTP Status Code: 400 (TooManyEntriesInBatchRequest) AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs_json] HTTP Status Code: 400 (TooManyEntriesInBatchRequest) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteQueue

Parameters: QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_sqs_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • 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_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 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_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings 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_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created 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_sqs_approximate_metrics LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSqsApproximateMetrics::test_sqs_approximate_metrics HTTP Status Code: 200 AWS validated
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::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.py::TestEvents::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.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation 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_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object 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_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_rules_case_insensitive LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_filter_rules_case_insensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_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_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_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_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_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_without_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_json-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_json-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_domain LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_standard LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_standard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_without_endpoint_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_without_endpoint_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_deduplication_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_deduplication_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_group_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_group_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_fifo LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_message_size LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_oversized_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_oversized_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_oversized_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_oversized_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[off] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[off] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_create_queue_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_create_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_list_queues_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_all LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_all HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_of_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_of_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_invalid_arg_returns_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_invalid_arg_returns_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_query_args LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_query_args HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_json_format_returns_returns_xml LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_json_format_returns_returns_xml HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_returns_unknown_operation LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_returns_unknown_operation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_action_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_invalid_action_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_overwrite_queue_url_in_params LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_overwrite_queue_url_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_url_format_path_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_queue_url_format_path_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_via_queue_url_with_json_protocol LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_send_message_via_queue_url_with_json_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_action_with_missing_parameter_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_valid_action_with_missing_parameter_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_json[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[domain] HTTP Status Code: 200
    • test_list_messages_as_json[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[path] HTTP Status Code: 200
    • test_list_messages_as_json[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[standard] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[domain] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[path] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[standard] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[path] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[domain] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[path] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[standard] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[domain] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[path] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[standard] HTTP Status Code: 200
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cancel_with_invalid_task_id_in_task_handle LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_cancel_with_invalid_task_id_in_task_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_needs_to_exist LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_destination_needs_to_exist HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_source_needs_redrive_policy LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_source_needs_redrive_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base 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_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_sqs_failure_in_wait_for_task_tok HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base 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_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_unsupported_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_no_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_path_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_path_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_domain_based_strategies[domain] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[domain] HTTP Status Code: 200
    • test_domain_based_strategies[standard] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[standard] HTTP Status Code: 200
    • test_off_strategy_with_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_with_external_port HTTP Status Code: 200
    • test_off_strategy_without_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_without_external_port HTTP Status Code: 200
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_path_strategy 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_sqs_queue_names LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sqs_queue_names HTTP Status Code: 200 AWS validated
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 400 (QueueDoesNotExist)
    • 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_same_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_without_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 200 AWS validated
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 200 AWS validated
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pre_generation_token_trigger_v2 LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_pre_generation_token_trigger_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes0] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events 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_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events 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_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • 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_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping 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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_topic_sqs_rule LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTTopicRules::test_topic_sqs_rule HTTP Status Code: 200
    • 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_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queues_get_arns LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
    • test_stackinfo_resource LocalStack Pro: tests/integration/services/internal/test_stackinfo.py::test_stackinfo_resource HTTP Status Code: 400 (QueueDoesNotExist)

GetQueueAttributes

Parameters: AttributeNames, QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • 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_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 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_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_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings 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_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_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_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created 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_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object 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_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_rules_case_insensitive LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_filter_rules_case_insensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_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_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_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_approximate_number_of_messages_delayed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_all LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_all HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_of_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_of_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_query_args LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_query_args HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_overwrite_queue_url_in_params LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_overwrite_queue_url_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cancel_with_invalid_task_id_in_task_handle LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_cancel_with_invalid_task_id_in_task_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_needs_to_exist LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_destination_needs_to_exist HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_source_needs_redrive_policy LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_source_needs_redrive_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base 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_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base 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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_queue_handler_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_queue_handler_deployed HTTP Status Code: 200
    • test_get_on_deleted_queue_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_queue_attributes_with_invalid_arg_returns_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_invalid_arg_returns_error HTTP Status Code: 400 (InvalidAttributeName) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events 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_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events 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_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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • 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_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping 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_s3_bucket_notification_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs 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_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queues_get_arns LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 403 (CommonServiceException)
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 403 (CommonServiceException)
Parameters: QueueUrl
  • LocalStack Community
    • test_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested

GetQueueUrl

Parameters: QueueName
  • LocalStack Community
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • 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_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 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_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings 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_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_update_queue_no_change LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_update_queue_no_change HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready 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_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 400 (QueueDoesNotExist)
    • 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails[sqs_json] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: QueueName, QueueOwnerAWSAccountId
  • LocalStack Community
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • 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_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] 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_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::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.py::TestEvents::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.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[domain] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[path] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object 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_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_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_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_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_cross_account_get_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base 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_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base 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_multi_region_api_gateway LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway 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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_invalid_sqs_arn LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_invalid_sqs_arn HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_multiple_invalid_sqs_arns LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_multiple_invalid_sqs_arns HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_multiple_invalid_sqs_arns LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_multiple_invalid_sqs_arns HTTP Status Code: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events 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_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events 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_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • 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_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping 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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs 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_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 400 (QueueDoesNotExist)
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 400 (QueueDoesNotExist)
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 400 (QueueDoesNotExist)
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 400 (QueueDoesNotExist)
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 400 (QueueDoesNotExist)

ListDeadLetterSourceQueues

Parameters: QueueUrl
  • LocalStack Community
    • test_dead_letter_queue_list_sources[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested

ListMessageMoveTasks

Parameters: SourceArn
  • LocalStack Community
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested

ListQueueTags

Parameters: QueueUrl
  • LocalStack Community
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_create_queue_with_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested

ListQueues

Parameters: - (without any parameters)
  • LocalStack Community
    • test_manual_endpoint_injection[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[dotnet8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java21] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[nodejs20.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.12] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_common.py::TestLambdaCallingLocalstack::test_manual_endpoint_injection[ruby3.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_manual_endpoint_injection[provided.al2023] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_manual_endpoint_injection[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestGoProvidedRuntimes::test_manual_endpoint_injection[provided.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_with_query_auth LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_list_queues_with_query_auth HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_domain LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_standard LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_standard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_without_endpoint_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_without_endpoint_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_with_invalid_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_queue_url[domain] HTTP Status Code: 200
    • test_list_messages_with_invalid_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_queue_url[path] HTTP Status Code: 200
    • test_list_messages_with_invalid_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_queue_url[standard] HTTP Status Code: 200
    • test_list_messages_with_non_existent_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_non_existent_queue[domain] HTTP Status Code: 200
    • test_list_messages_with_non_existent_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_non_existent_queue[path] HTTP Status Code: 200
    • test_list_messages_with_non_existent_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_non_existent_queue[standard] HTTP Status Code: 200
    • test_list_messages_without_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_without_queue_url[domain] HTTP Status Code: 200
    • test_list_messages_without_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_without_queue_url[path] HTTP Status Code: 200
    • test_list_messages_without_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_without_queue_url[standard] HTTP Status Code: 200
  • LocalStack Pro
    • test_api_injection_parametrized_service LocalStack Pro: tests/aws/services/fis/test_fis.py::TestFis::test_api_injection_parametrized_service HTTP Status Code: 200
    • test_policy_generation_reset LocalStack Pro: tests/aws/services/iam/test_iam_policy_generation.py::TestPolicyGeneration::test_policy_generation_reset HTTP Status Code: 200
    • test_policy_generation_summary LocalStack Pro: tests/aws/services/iam/test_iam_policy_generation.py::TestPolicyGeneration::test_policy_generation_summary HTTP Status Code: 200
    • test_transparent_endpoint_injection[java11] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java11] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[java17] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java17] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[java21] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java21] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[java8.al2] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java8.al2] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[nodejs16.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs16.x] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[nodejs18.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs18.x] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[nodejs20.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs20.x] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.10] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.10] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.11] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.11] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.12] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.12] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.8] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.8] HTTP Status Code: 200 AWS validated
    • test_transparent_endpoint_injection[python3.9] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.9] HTTP Status Code: 200 AWS validated
    • test_stackinfo_resource LocalStack Pro: tests/integration/services/internal/test_stackinfo.py::test_stackinfo_resource HTTP Status Code: 200
Parameters: QueueNamePrefix
  • LocalStack Community
    • test_delete_queue_multi_account[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested

PurgeQueue

Parameters: QueueUrl
  • LocalStack Community
    • test_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs] HTTP Status Code: 403 (PurgeQueueInProgress) AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs_json] HTTP Status Code: 403 (PurgeQueueInProgress) AWS validated Snapshot Tested

ReceiveMessage

Parameters: AttributeNames, MaxNumberOfMessages, MessageAttributeNames, QueueUrl
  • 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_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_kinesis_stream_handler_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_kinesis_stream_handler_deployed HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 403 (CommonServiceException) AWS validated
Parameters: AttributeNames, MaxNumberOfMessages, MessageAttributeNames, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • 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_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
Parameters: AttributeNames, MaxNumberOfMessages, MessageAttributeNames, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, MaxNumberOfMessages, QueueUrl
  • LocalStack Pro
    • test_black_box LocalStack Pro: tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, MaxNumberOfMessages, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_list_messages_has_no_side_effects[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[domain] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[path] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[standard] HTTP Status Code: 200
Parameters: AttributeNames, MaxNumberOfMessages, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, MessageAttributeNames, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, MessageAttributeNames, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • 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
Parameters: AttributeNames, MessageAttributeNames, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • 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_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_receive_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • 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
Parameters: AttributeNames, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency 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_fifo_message_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl
  • LocalStack Community
    • test_change_message_visibility_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_with_invisible_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[standard] HTTP Status Code: 200
    • test_send_receive_max_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails 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_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object 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_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_batch_send_with_invalid_char_should_succeed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
Parameters: MessageAttributeNames, QueueUrl
  • LocalStack Community
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
  • 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
    • test_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributeNames, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue 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_sent_message_retains_attributes_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributeNames, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • 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_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_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_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_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_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
Parameters: MessageAttributeNames, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries 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_receive_message_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created 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_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[domain] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[path] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_fifo LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_sqs_failure_in_wait_for_task_tok HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multi_region_api_gateway LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • 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_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping 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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 403 (CommonServiceException)
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 403 (AccessDeniedException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 403 (AccessDeniedException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 403 (AccessDeniedException) AWS validated Snapshot Tested
Parameters: QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation 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_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_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[off] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[off] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
Parameters: QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • 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_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time 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_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_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_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_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_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_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::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.py::TestEvents::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.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails 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_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_via_queue_url_with_json_protocol LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_send_message_via_queue_url_with_json_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers 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_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated

RemovePermission

Parameters: Label, QueueUrl
  • LocalStack Community
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested

SendMessage

Parameters: DelaySeconds, MessageBody, MessageDeduplicationId, MessageGroupId, QueueUrl
  • LocalStack Community
    • test_send_message_with_delay_0_works_for_fifo[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: DelaySeconds, MessageBody, MessageGroupId, QueueUrl
  • LocalStack Community
    • test_fifo_queue_send_message_with_delay_seconds_fails[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: DelaySeconds, MessageBody, QueueUrl
  • LocalStack Community
    • test_approximate_number_of_messages_delayed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_with_delayed_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[path] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[standard] HTTP Status Code: 200
Parameters: MessageAttributes, MessageBody, MessageSystemAttributes, QueueUrl
  • LocalStack Community
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributes, MessageBody, QueueUrl
  • LocalStack Community
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly 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_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_message_with_attributes_should_be_enqueued[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_oversized_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_oversized_message[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_oversized_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_oversized_message[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: MessageBody, MessageDeduplicationId, MessageGroupId, QueueUrl
  • LocalStack Community
    • 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_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_create_and_send_to_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_high_throughput_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_high_throughput_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_deduplication_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_deduplication_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_group_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_group_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_fifo_same_dedup_id_different_message_groups[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_deduplication_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_deduplication_id_too_long HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_message_group_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_group_id_too_long HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: MessageBody, MessageDeduplicationId, QueueUrl
  • LocalStack Community
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs] HTTP Status Code: 400 (MissingRequiredParameterException) AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs] HTTP Status Code: 400 (MissingRequiredParameterException) AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] HTTP Status Code: 400 (MissingRequiredParameterException) AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] HTTP Status Code: 400 (MissingRequiredParameterException) AWS validated Snapshot Tested
Parameters: MessageBody, MessageGroupId, QueueUrl
  • 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_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_json-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_json-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_fifo LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageBody, MessageSystemAttributes, QueueUrl
  • LocalStack Community
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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
Parameters: MessageBody, QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_sqs_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 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_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created 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_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_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::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.py::TestEvents::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.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[domain] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[path] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object 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_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_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_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_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_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_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_after_send[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[off] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[off] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_json[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[domain] HTTP Status Code: 200
    • test_list_messages_as_json[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[path] HTTP Status Code: 200
    • test_list_messages_as_json[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[standard] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[domain] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[path] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[standard] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[path] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[domain] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[path] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[standard] HTTP Status Code: 200
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base 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_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_sqs_failure_in_wait_for_task_tok HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base 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_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_unsupported_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_no_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_path_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_path_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway 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_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters[sqs] HTTP Status Code: 400 (InvalidMessageContents) AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters[sqs_json] HTTP Status Code: 400 (InvalidMessageContents) AWS validated Snapshot Tested
    • test_send_message_no_such_queue LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_send_message_no_such_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_send_message_no_such_queue_no_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_send_message_no_such_queue_no_catch HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_websocket_with_sqs_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events 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_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events 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_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • 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_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping 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_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_kinesis_dlq_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 403 (CommonServiceException)
    • test_s3_bucket_notification_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested

SendMessageBatch

Parameters: Entries, QueueUrl
  • LocalStack Community
    • test_lambda_cfn_dead_letter_config_async_invocation LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_dead_letter_config_async_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue 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_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_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_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_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_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[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_batch_send_with_invalid_char_should_succeed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_message_size LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs_json] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs_json] HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list[sqs] HTTP Status Code: 400 (EmptyBatchRequest) AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list[sqs_json] HTTP Status Code: 400 (EmptyBatchRequest) AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs] HTTP Status Code: 400 (BatchRequestTooLong) AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs_json] HTTP Status Code: 400 (BatchRequestTooLong) AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs] HTTP Status Code: 400 (TooManyEntriesInBatchRequest) AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs_json] HTTP Status Code: 400 (TooManyEntriesInBatchRequest) 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
    • test_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_filter_enrichment LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_pipe_logging LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_dlq_partial_batch_failures LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures HTTP Status Code: 200 AWS validated Snapshot Tested

SetQueueAttributes

Parameters: Attributes, QueueUrl
  • LocalStack Community
    • 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_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy 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_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object 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_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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_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_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_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_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_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_and_update_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_regular_throughput_after_creation[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_regular_throughput_after_creation[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base 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_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base 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_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 400 (QueueDoesNotExist) 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: 400 (QueueDoesNotExist)
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 400 (QueueDoesNotExist)
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events 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_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • 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_s3_bucket_notification_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs 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

StartMessageMoveTask

Parameters: DestinationArn, MaxNumberOfMessagesPerSecond, SourceArn
  • LocalStack Community
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_multiple_move_tasks LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_start_multiple_move_tasks HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
Parameters: DestinationArn, SourceArn
  • LocalStack Community
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_source_needs_redrive_policy LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_source_needs_redrive_policy HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_destination_needs_to_exist LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_destination_needs_to_exist HTTP Status Code: 404 (ResourceNotFoundException) AWS validated Snapshot Tested
Parameters: SourceArn
  • LocalStack Community
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 200 AWS validated Snapshot Tested

TagQueue

Parameters: QueueUrl, Tags
  • LocalStack Community
    • test_list_queue_tags[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tags_case_sensitive[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested

UntagQueue

Parameters: QueueUrl, TagKeys
  • LocalStack Community
    • test_tag_untag_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag[sqs_json] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag[sqs_json] HTTP Status Code: 200 AWS validated Snapshot Tested


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