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
ChangeMessageVisibility✔️community✔️✔️✔️✔️Show Tests
ChangeMessageVisibilityBatch✔️community✔️
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
ListQueueTags✔️community✔️✔️✔️✔️✔️Show Tests
ListQueues✔️community✔️✔️✔️✔️Show Tests
PurgeQueue✔️community✔️✔️✔️✔️Show Tests
ReceiveMessage✔️community✔️✔️✔️✔️Show Tests
RemovePermission✔️community
SendMessage✔️community✔️✔️✔️✔️✔️Show Tests
SendMessageBatch✔️community✔️✔️✔️✔️Show Tests
SetQueueAttributes✔️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 Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200

ChangeMessageVisibility

Parameters: QueueUrl, ReceiptHandle, VisibilityTimeout
  • LocalStack Community
    • test_change_message_visibility_not_permanent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested

CreateQueue

Parameters: Attributes, QueueName
  • LocalStack Community
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_sqs_queue_names LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sqs_queue_names HTTP Status Code: 200 AWS validated
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/integration/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/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_of_fifo_queue LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_fifo_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_fifo_queue_requires_suffix LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_requires_suffix HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/integration/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
Parameters: Attributes, QueueName, tags
  • LocalStack Community
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
Parameters: QueueName
  • LocalStack Community
    • test_api_gateway_sqs_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_subscription LocalStack Community: tests/integration/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/integration/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_domain_strategy LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_domain_strategy HTTP Status Code: 200
    • test_off_strategy_with_external_port LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_off_strategy_with_external_port HTTP Status Code: 200
    • test_off_strategy_without_external_port LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_off_strategy_without_external_port HTTP Status Code: 200
    • test_path_strategy LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_path_strategy HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_send HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_without_attributes_is_idempotent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[invalid:id] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_request_host LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_request_host HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_batch_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_list_queue_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/integration/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/integration/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_without_endpoint_strategy LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_oversized_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_oversized_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sse_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tags_case_sensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_delete_queue_multi_account HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_create_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_create_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_delete_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_list_queues_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_all LocalStack Community: tests/integration/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/integration/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/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/test_sqs.py::TestSqsQueryApi::test_queue_url_format_path_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_action_with_missing_parameter_raises_exception LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
    • test_list_messages_as_json LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_json HTTP Status Code: 200
    • test_list_messages_has_no_side_effects LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_has_no_side_effects HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_invalid_action_raises_error HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_queue_url_in_path 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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted HTTP Status Code: 400 (QueueDeletedRecently) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache HTTP Status Code: 400 (QueueDeletedRecently) AWS validated Snapshot Tested
    • test_standard_queue_cannot_have_fifo_suffix LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_standard_queue_cannot_have_fifo_suffix HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_topic_sqs_rule LocalStack Pro: tests/integration/test_iot.py::TestIoTTopicRules::test_topic_sqs_rule HTTP Status Code: 200
    • test_create_queues_get_arns LocalStack Pro: tests/integration/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/integration/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 403 (CommonServiceException)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
    • test_create_queue_with_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_tags HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteMessage

Parameters: QueueUrl, ReceiptHandle
  • LocalStack Community
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200

DeleteMessageBatch

Parameters: Entries, QueueUrl
  • LocalStack Community
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[invalid:id] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[invalid:id] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteQueue

Parameters: QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
    • test_sns_subscription LocalStack Community: tests/integration/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_domain_strategy LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_domain_strategy HTTP Status Code: 200
    • test_off_strategy_with_external_port LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_off_strategy_with_external_port HTTP Status Code: 200
    • test_off_strategy_without_external_port LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_off_strategy_without_external_port HTTP Status Code: 200
    • test_path_strategy LocalStack Community: tests/integration/test_network_configuration.py::TestSQS::test_path_strategy HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_sqs_queue_names LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sqs_queue_names HTTP Status Code: 200 AWS validated
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_send HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_without_attributes_is_idempotent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[invalid:id] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_illegal_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_seconds_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_request_host LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_request_host HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_batch_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_list_queue_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/integration/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/integration/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_without_endpoint_strategy LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_oversized_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_oversized_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sse_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tags_case_sensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_delete_queue_multi_account HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_create_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_create_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_delete_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_list_queues_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_all LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/test_sqs.py::TestSqsQueryApi::test_queue_url_format_path_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_action_with_missing_parameter_raises_exception LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_fifo_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
    • test_list_messages_as_json LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_json HTTP Status Code: 200
    • test_list_messages_has_no_side_effects LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_has_no_side_effects HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_invalid_action_raises_error HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_queue_url_in_path HTTP Status Code: 200
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 400 (QueueDoesNotExist)
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_after_send LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_send HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/integration/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/integration/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_delete_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/integration/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/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_topic_sqs_rule LocalStack Pro: tests/integration/test_iot.py::TestIoTTopicRules::test_topic_sqs_rule HTTP Status Code: 200
    • test_create_queues_get_arns LocalStack Pro: tests/integration/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/integration/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_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
    • test_sns_subscription LocalStack Community: tests/integration/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/integration/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/integration/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_queue_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_queue_handler_deployed HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_send HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_and_get_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_and_get_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_specific_queue_attribute_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sse_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_all LocalStack Community: tests/integration/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/integration/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/integration/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_works_without_authparams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_overwrite_queue_url_in_params LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_overwrite_queue_url_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
    • test_sqs LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_sqs HTTP Status Code: 200
    • test_get_on_deleted_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_queue_attributes_with_invalid_arg_returns_error LocalStack Community: tests/integration/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_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_create_queues_get_arns LocalStack Pro: tests/integration/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/integration/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 403 (CommonServiceException)
    • test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested

GetQueueUrl

Parameters: QueueName
  • LocalStack Community
    • test_api_gateway_sqs_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_empty_json_batch_succeeds LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_invalid_result_json_batch_fails LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
    • test_sns_subscription LocalStack Community: tests/integration/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/integration/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_request_host LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_request_host HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_request_host LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_request_host HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
    • test_sqs LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_sqs HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 400 (QueueDoesNotExist)
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_delete_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_auth_trigger_group_overrides LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
Parameters: QueueName, QueueOwnerAWSAccountId
  • LocalStack Community
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_sqs_arn LocalStack Community: tests/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_multiple_invalid_sqs_arns HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 400 (QueueDoesNotExist)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 400 (QueueDoesNotExist)
    • test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources HTTP Status Code: 200 AWS validated Snapshot Tested

ListQueueTags

Parameters: QueueUrl
  • LocalStack Community
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
    • test_create_queue_with_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queue_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_list_queue_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_list_nonexistent_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_queue_list_nonexistent_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tags_case_sensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200

ListQueues

Parameters: - (without any parameters)
  • LocalStack Community
    • test_calling_localstack_from_lambda[go1.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[go1.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java11] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java8.al2] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs12.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs12.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs14.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs16.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.10] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.8] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[ruby2.7] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[ruby2.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
    • test_sns_subscription LocalStack Community: tests/integration/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200
    • test_cfn_handle_sqs_resource LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_get_list_queues_with_query_auth LocalStack Community: tests/integration/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/integration/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/integration/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_without_endpoint_strategy LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_invalid_queue_url HTTP Status Code: 200
    • test_list_messages_with_non_existent_queue LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_non_existent_queue HTTP Status Code: 200
    • test_list_messages_without_queue_url LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_without_queue_url HTTP Status Code: 200
  • LocalStack Pro
    • test_stackinfo_resource LocalStack Pro: tests/integration/services/internal/test_stackinfo.py::test_stackinfo_resource HTTP Status Code: 200
    • test_api_injection_parametrized_service LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_service HTTP Status Code: 200
Parameters: QueueNamePrefix
  • LocalStack Community
    • test_calling_localstack_from_lambda[dotnet6] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnet6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[dotnetcore3.1] LocalStack Community: tests/integration/awslambda/test_lambda_common.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[dotnetcore3.1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_delete_queue_multi_account HTTP Status Code: 200 AWS validated Snapshot Tested

PurgeQueue

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

ReceiveMessage

Parameters: AttributeNames, MaxNumberOfMessages, MessageAttributeNames, QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_apigateway_to_kinesis LocalStack Community: tests/integration/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
    • test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
    • test_hot_reloading[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 200
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[json] LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_template[yaml] LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_stack_description_special_chars LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_name_creation LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_termination_protection LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
    • test_waitcondition LocalStack Community: tests/integration/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
    • test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200
    • test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200
    • test_parameter_defaults LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • test_create_stack_set_with_stack_instances LocalStack Community: tests/integration/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_expose_headers LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_expose_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_http_options_non_existent_bucket LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_http_options_non_existent_bucket HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_match_methods LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_match_methods HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_cors_invalid_rules LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_put_cors_invalid_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_vpc_endpoints_with_filter LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_describe_vpc_endpoints_with_filter HTTP Status Code: 200
    • test_describe_vpn_gateways_filter_by_vpc LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_describe_vpn_gateways_filter_by_vpc HTTP Status Code: 200
    • test_invoke_stepfunctions LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_stepfunctions HTTP Status Code: 200
    • test_request_with_custom_host_header LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_request_with_custom_host_header HTTP Status Code: 200
    • test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 200
    • test_account_id_namespacing_for_moto_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_moto_backends HTTP Status Code: 200
    • test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
    • test_multi_accounts_kinesis LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_kinesis HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_kinesis_stream_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_kinesis_stream_handler_deployed HTTP Status Code: 200
    • test_list_templates LocalStack Community: tests/integration/test_ses.py::TestSES::test_list_templates HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_with_queue_url_in_path LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_queue_url_in_path HTTP Status Code: 200
    • test_run_workflow LocalStack Community: tests/integration/test_swf.py::TestSwf::test_run_workflow HTTP Status Code: 200
    • test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
    • test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
    • test_api_gateway_http_integration_with_path_request_parameter LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_http_integration_with_path_request_parameter HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_http_integrations[proxy] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_http_integrations[proxy] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_api_gateway_lambda_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_path_param HTTP Status Code: 400 (QueueDoesNotExist)
    • test_api_gateway_lambda_proxy_integration_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_path_param HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_with_custom_authorization_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_with_custom_authorization_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_with_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_lambda_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_with_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_lambda_integration HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 400 (QueueDoesNotExist)
    • test_import_rest_apis[ignore] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_import_rest_apis[ignore] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_malformed_response_apigw_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 400 (QueueDoesNotExist)
    • test_malformed_response_apigw_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 400 (QueueDoesNotExist)
    • test_multiple_api_keys_validate LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_multiple_api_keys_validate HTTP Status Code: 400 (QueueDoesNotExist)
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 400 (QueueDoesNotExist)
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_rust_lambda LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_rust_lambda LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigw_call_api_with_aws_endpoint_url LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigw_call_api_with_aws_endpoint_url HTTP Status Code: 400 (QueueDoesNotExist)
    • test_mock_integration_response[WHEN_NO_MATCH-path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_mock_integration_response[WHEN_NO_MATCH-path_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_mock_integration_response[WHEN_NO_TEMPLATES-path_based_url-POST] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_mock_integration_response[WHEN_NO_TEMPLATES-path_based_url-POST] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
    • test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (QueueDoesNotExist)
Parameters: AttributeNames, MaxNumberOfMessages, MessageAttributeNames, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, MaxNumberOfMessages, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_list_messages_has_no_side_effects LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_has_no_side_effects HTTP Status Code: 200
Parameters: AttributeNames, MessageAttributeNames, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header 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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeNames, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_receive_message_attributes_timestamp_types LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types 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/integration/test_sns.py::TestSNSProvider::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/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl
  • LocalStack Community
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_fifo_receive_message_visibility_timeout_shared_in_group LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • test_purge_queue_deletes_inflight_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MaxNumberOfMessages, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
Parameters: MessageAttributeNames, QueueUrl
  • LocalStack Community
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_message_with_attributes_should_be_enqueued LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive 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/integration/awslambda/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/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributeNames, QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributeNames, QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: QueueUrl
  • LocalStack Community
    • test_api_gateway_sqs_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
    • test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/integration/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_change_message_visibility_not_permanent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 403 (CommonServiceException)
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 403 (CommonServiceException) AWS validated Snapshot Tested
Parameters: QueueUrl, VisibilityTimeout
  • LocalStack Community
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/integration/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/integration/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
Parameters: QueueUrl, VisibilityTimeout, WaitTimeSeconds
  • LocalStack Community
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: QueueUrl, WaitTimeSeconds
  • LocalStack Community
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200

SendMessage

Parameters: DelaySeconds, MessageBody, MessageDeduplicationId, MessageGroupId, QueueUrl
  • LocalStack Community
    • test_send_message_with_delay_0_works_for_fifo LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_delay_0_works_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: DelaySeconds, MessageBody, MessageGroupId, QueueUrl
  • LocalStack Community
    • test_fifo_queue_send_message_with_delay_seconds_fails LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_seconds_fails HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
Parameters: DelaySeconds, MessageBody, QueueUrl
  • LocalStack Community
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributes, MessageBody, MessageSystemAttributes, QueueUrl
  • LocalStack Community
    • test_system_attributes_have_no_effect_on_attr_md5 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5 HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageAttributes, MessageBody, QueueUrl
  • LocalStack Community
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_message_attribute_names_filters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_binary_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_binary_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_system_attributes_have_no_effect_on_attr_md5 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_system_attributes_have_no_effect_on_attr_md5 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_invalid_string_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_string_attributes HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
    • test_send_oversized_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_oversized_message HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
Parameters: MessageBody, MessageDeduplicationId, MessageGroupId, QueueUrl
  • LocalStack Community
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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 LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_send_to_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[False] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_sequence_number_increases LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_clears_fifo_deduplication_cache LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_clears_fifo_deduplication_cache HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: MessageBody, MessageDeduplicationId, QueueUrl
  • LocalStack Community
    • test_posting_to_fifo_requires_deduplicationid_group_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id HTTP Status Code: 400 (MissingParameter) AWS validated Snapshot Tested
Parameters: MessageBody, MessageGroupId, QueueUrl
  • LocalStack Community
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[True] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_group_id_ordering LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_group_id_ordering HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_list_messages_as_botocore_endpoint_url LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_fifo_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
    • test_posting_to_fifo_requires_deduplicationid_group_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id HTTP Status Code: 400 (InvalidParameterValue) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
Parameters: MessageBody, MessageSystemAttributes, QueueUrl
  • LocalStack Community
    • test_xray_header LocalStack Community: tests/integration/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/integration/test_sns.py::TestSNSProvider::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 LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_reserved_concurrency LocalStack Community: tests/integration/awslambda/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/integration/awslambda/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/integration/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/integration/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/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_retry_and_catch LocalStack Community: tests/integration/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch HTTP Status Code: 200
    • test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/integration/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/integration/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/integration/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_message_visibility_not_permanent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_internal_attributes_changes_works HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_send LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_after_send HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_deletes_with_change_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_with_deleted_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_with_deleted_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_external_hostname HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_posting_to_queue_via_queue_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attributes_timestamp_types LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_attributes_timestamp_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_wait_time_seconds_and_max_number_of_messages_does_not_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_max_number_of_messages LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_max_number_of_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_multiple_queues LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sequence_number LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/integration/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 LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
    • test_list_messages_as_json LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_json HTTP Status Code: 200
    • test_list_messages_has_no_side_effects LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_has_no_side_effects HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_queue_url_in_path HTTP Status Code: 200
    • test_object_created_and_object_removed LocalStack Community: tests/integration/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/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_send_message_with_invalid_payload_characters LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_payload_characters HTTP Status Code: 400 (InvalidMessageContents) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
    • test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 403 (CommonServiceException) AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 403 (CommonServiceException) AWS validated

SendMessageBatch

Parameters: Entries, QueueUrl
  • LocalStack Community
    • test_dead_letter_queue LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_send_with_invalid_char_should_succeed LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_from_lambda LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_get_delete_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_batch_receive_multiple HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_invalid_batch_id HTTP Status Code: 400 (InvalidBatchEntryId) AWS validated Snapshot Tested
    • test_send_message_batch_with_empty_list LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_empty_list HTTP Status Code: 400 (EmptyBatchRequest) AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents HTTP Status Code: 400 (BatchRequestTooLong) AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request HTTP Status Code: 400 (TooManyEntriesInBatchRequest) AWS validated Snapshot Tested

SetQueueAttributes

Parameters: Attributes, QueueUrl
  • LocalStack Community
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/integration/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/integration/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200
    • test_invoke_sns_sqs_integration_using_edge_port LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_sns_sqs_integration_using_edge_port HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs LocalStack Community: tests/integration/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/integration/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/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_sending_to_deleted_topic LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::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/integration/test_sns.py::TestSNSProvider::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/integration/test_sns.py::TestSNSProvider::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_set_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_sse_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 400 (QueueDoesNotExist)
    • test_sqs_queue_policy LocalStack Community: tests/integration/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 400 (QueueDoesNotExist)
  • LocalStack Pro
    • test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/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/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated

TagQueue

Parameters: QueueUrl, Tags
  • LocalStack Community
    • test_list_queue_tags LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_list_queue_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_untag_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tags_case_sensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested

UntagQueue

Parameters: QueueUrl, TagKeys
  • LocalStack Community
    • test_tag_untag_queue LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_untag_queue_ignores_non_existing_tag LocalStack Community: tests/integration/test_sqs.py::TestSqsProvider::test_untag_queue_ignores_non_existing_tag HTTP Status Code: 200 AWS validated Snapshot Tested


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