SQS (Simple Queue Service)

Implementation details for API sqs

Coverage Overview

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

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

Terminology

  • Internal Test Suite: tested by LocalStack's internal integration test suite
  • External Test Suite: covered by an external integration test suite, that runs against LocalStack
  • Terraform Validated: operation tested with Terraform
  • AWS Validated: the integration test that includes this operation call was validated against AWS
  • Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same

Testing Details

This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.

How to read the test details?

For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

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


AddPermission

Parameters: AWSAccountIds, Actions, Label, QueueUrl
  • LocalStack Community
    • test_sqs_permission_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested

ChangeMessageVisibility

Parameters: QueueUrl, ReceiptHandle, VisibilityTimeout
  • LocalStack Community
    • test_change_message_visibility_after_visibility_timeout_expiration LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_visibility_on_deleted_message_raises_invalid_parameter_value HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
    • test_invalid_receipt_handle_should_return_error_message LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_receipt_handle_should_return_error_message HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested

ChangeMessageVisibilityBatch

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

CreateQueue

Parameters: Attributes, QueueName
  • LocalStack Community
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_send_to_fifo_queue LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_default_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_message_attribute_names_filters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_delay_0_works_for_fifo LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_of_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_sqs_queue_names LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sqs_queue_names HTTP Status Code: 200 AWS validated
    • test_create_fifo_queue_with_different_attributes_raises_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error HTTP Status Code: 400 (QueueNameExists) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_requires_suffix HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
Parameters: Attributes, QueueName, tags
  • LocalStack Community
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready HTTP Status Code: 200 AWS validated
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: QueueName
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 200
    • test_api_gateway_lambda_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration HTTP Status Code: 200
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 200 AWS validated
    • test_api_gateway_lambda_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_with_path_param LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_path_param HTTP Status Code: 200
    • test_apigateway_with_custom_authorization_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 200
    • test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_stage_variables[dev] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 200 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200
    • test_malformed_response_apigw_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 200
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 200 AWS validated
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 200
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 200
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 200
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 200
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 200
    • test_api_gateway_request_validator LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestApiGatewayCommon::test_api_gateway_request_validator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_sqs_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_create_macro LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_create_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_invoke_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_event_invoke_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 200 AWS validated
    • test_lambda_version LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_lambda_permissions_for_singlefn LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_multiple_lambda_permissions_for_singlefn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_code_deployed_via_s3 LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_python_lambda_code_deployed_via_s3 HTTP Status Code: 200 AWS validated
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_sam_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200 AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200 AWS validated
    • test_statemachine_definitionsubstitution LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_statemachine_definitionsubstitution HTTP Status Code: 200 AWS validated
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[raise_error.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[raise_error.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_invalid_template.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_invalid_template.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_with_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_with_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_without_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_without_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_macro_deployment LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_macro_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_target_sqs_new_region LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[domain] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[path] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_firehose_http[True] LocalStack Community: tests/aws/services/firehose/test_firehose.py::test_firehose_http[True] HTTP Status Code: 200
    • test_alias_routingconfig LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[1] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[2] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_state LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_function_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_payloads LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_large_payloads HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ignore_architecture LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_concurrency_block LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_concurrency_crud LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency_async_queue LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency_async_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handler_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_handler_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_payload_encoding_error[body-n\x87r\x9e\xe9\xb5\xd7I\xee\x9bmt] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_invoke_payload_encoding_error[body-n\x87r\x9e\xe9\xb5\xd7I\xee\x9bmt] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_payload_encoding_error[message-\x99\xeb,j\x07\xa1zYh] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_invoke_payload_encoding_error[message-\x99\xeb,j\x07\xa1zYh] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_runtime_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_runtime_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_runtime_startup_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_runtime_startup_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_runtime_startup_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_runtime_startup_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_qualifier LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_upload_lambda_from_s3 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_on_nonexisting_version LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[delete_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[delete_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_concurrency] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_concurrency] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_configuration] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_event_invoke_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_event_invoke_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_url_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_url_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_location_s3 LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_functions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_list_functions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_configuration] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_event_invoke_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_event_invoke_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redundant_updates LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_redundant_updates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_lambda_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_update_lambda_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_and_image_config_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_and_image_config_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_versions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_lambda_permission_aws LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_aws HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_multiple_lambda_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_create_multiple_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_envvars_near_limit_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_lambda_envvars_near_limit_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_nonexisting_resource LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_tag_nonexisting_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_versions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_version_on_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_with_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_wrong_sha256 LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_with_wrong_sha256 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
    • test_lambda_docker_networks LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_lambda_docker_networks HTTP Status Code: 200
    • test_hot_reloading[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
    • test_hot_reloading[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 200
    • test_hot_reloading_publish_version LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_publish_version HTTP Status Code: 200
    • test_lambda_localhost_localstack_cloud_connectivity LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestLambdaDNS::test_lambda_localhost_localstack_cloud_connectivity HTTP Status Code: 200
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_traceid_outside_handler[Active] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[Active] HTTP Status Code: 200 AWS validated
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 200 AWS validated
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs14.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.7] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.7] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_lambda LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 200 AWS validated
    • test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 200 AWS validated
    • test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 200 AWS validated
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_rules_case_insensitive LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_filter_rules_case_insensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_publish_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_publish_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_config LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_list_sources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[] LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_domain LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_standard LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_standard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_without_endpoint_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_without_endpoint_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_queue_via_queue_name LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[off] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[off] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_create_queue_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_create_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_list_queues_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_all HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_invalid_arg_returns_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_invalid_arg_returns_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_query_args LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_query_args HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams LocalStack Community: tests/aws/services/sqs/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[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_json_format_returns_returns_xml LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_json_format_returns_returns_xml HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_returns_unknown_operation LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_returns_unknown_operation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_action_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_invalid_action_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_overwrite_queue_url_in_params LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_overwrite_queue_url_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_url_format_path_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_queue_url_format_path_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_via_queue_url_with_json_protocol LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_send_message_via_queue_url_with_json_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_action_with_missing_parameter_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_valid_action_with_missing_parameter_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_json[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[domain] HTTP Status Code: 200
    • test_list_messages_as_json[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[path] HTTP Status Code: 200
    • test_list_messages_as_json[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[standard] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[domain] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[path] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[standard] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[path] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[domain] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[path] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[standard] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[domain] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[path] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[standard] HTTP Status Code: 200
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync_delegate_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync_delegate_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_invoke_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_no_such_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_no_such_function_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_sqs_failure_in_wait_for_task_tok HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_base LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[00] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[00] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[01] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[01] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_pipe LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_filter_parameters_input LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_lambda_task_filter_parameters_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[00] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[00] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[01] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[01] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_unsupported_param LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_unsupported_param HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_unsupported_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_delete_valid_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_delete_valid_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_choice_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
    • test_heartbeat_no_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_path_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_path_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fixed_timeout_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fixed_timeout_service_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_service_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fixed_timeout_service_lambda_with_path LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_service_lambda_with_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/aws/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/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.7] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.7] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_multi_region_api_gateway LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 200
    • test_function_url LocalStack Community: tests/aws/test_network_configuration.py::TestLambda::test_function_url HTTP Status Code: 200
    • test_domain_based_strategies[domain] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[domain] HTTP Status Code: 200
    • test_domain_based_strategies[standard] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[standard] HTTP Status Code: 200
    • test_off_strategy_with_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_with_external_port HTTP Status Code: 200
    • test_off_strategy_without_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_without_external_port HTTP Status Code: 200
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_path_strategy HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_create_queue_recently_deleted LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_standard_queue_cannot_have_fifo_suffix HTTP Status Code: 400 (InvalidParameterValueException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_docdb_connection LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_docdb_connection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_key_authorizer LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::test_api_key_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cors_preflight_requests LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests HTTP Status Code: 200 AWS validated
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_to_lambda_payload_v2 LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2 HTTP Status Code: 200 AWS validated
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 200
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 200
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 200
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 200
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 200
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 200
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[False-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[False-1.0] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 200
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 200
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 200
    • test_lambda_return_gzip_response LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 200
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 200 AWS validated
    • test_step_functions_integration[path_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0] HTTP Status Code: 200 AWS validated
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 200
    • test_cognito_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[host_based_url-ANY] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[host_based_url-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[path_based_url-ANY] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[path_based_url-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_custom_authorizer[CUSTOM-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-GET] HTTP Status Code: 200
    • test_custom_authorizer[CUSTOM-POST] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-POST] HTTP Status Code: 200
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 200
    • test_custom_authorizer[NONE-POST] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-POST] HTTP Status Code: 200
    • test_iam_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_iam_authorizer HTTP Status Code: 200
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain HTTP Status Code: 200
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_event_payload LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_token_authorizer_path_suffixes LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_import_openapi_3_0 LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_connect_disconnect_always_called LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_api[AWS_PROXY-False-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-False] HTTP Status Code: 200
    • test_websocket_api[AWS_PROXY-False-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api[AWS_PROXY-False-True] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-False] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False] HTTP Status Code: 200
    • test_websocket_api_reject_connect[True-True] LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True] HTTP Status Code: 200
    • test_websocket_response_templates LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_lambda_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ws_connection_with_invalid_auth LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_authorization_auth_context_propagated_without_groups LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_iam_authorization HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization HTTP Status Code: 200 AWS validated
    • test_lambda_authorization_context LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_context HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorization_cross_region LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_cross_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_data_source LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_cloudfront_distribution_with_logging LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_redirect LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 200 AWS validated
    • test_cdk_trail_cw_logs LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
    • test_srp_custom_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_admin_create_user_should_trigger_custom_message_lambda LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
    • test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 200 AWS validated
    • test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_trigger_group_overrides LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_admin_create_signup_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
    • test_custom_auth_triggers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_route53_elb_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inventory_retrieval LocalStack Pro: tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
    • test_lambda_cross_account_invoke LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_lambda_cross_account_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_cross_account_receive LocalStack Pro: tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
    • test_enforce_policy_lambda LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 200
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
    • test_role_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
    • test_user_with_permissions_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
    • test_lambda_invoke LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes[sqs_query] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_resource_deny[sqs_query] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_query] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_resource_policy_lambda LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda HTTP Status Code: 200
    • test_get_resource_policy_lambda_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda_non_existent HTTP Status Code: 200
    • test_get_resource_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
    • test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
    • test_lambda_integration[AWS] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration[AWS_PROXY] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration_resource_based_policy[AWS] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration_resource_based_policy[AWS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_integration_resource_based_policy[AWS_PROXY] LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration_resource_based_policy[AWS_PROXY] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
    • test_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
    • test_lambda_iam LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200
    • test_sns_sqs_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_kinesis_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_sqs_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_s3_bucket_notification_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_sqs_message LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
    • test_topic_sqs_rule LocalStack Pro: tests/aws/services/iot/test_iot.py::TestIoTTopicRules::test_topic_sqs_rule HTTP Status Code: 200
    • test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/aws/services/kafka/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 200
    • test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/aws/services/kafka/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 200
    • test_external_layer_download LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_layer_multiple_versions LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_multiple_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_layer_specific LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_specific HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_container_image_lambda_chained_invocation LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_container_image_lambda_with_image_config LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_from_image[node] LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_from_image[python] LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_file_permissions_with_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_file_permissions_with_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_file_permissions_without_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_file_permissions_without_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_multiple_layers_override LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_using_layer LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_using_layer_overriding_runtime LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_and_function_hot_reloading LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_only_hot_reloading LocalStack Pro: tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_calling_localstack_from_lambda[java11] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java11] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[java17] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java17] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[java8.al2] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java8.al2] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[java8] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[java8] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[nodejs14.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs14.x] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[nodejs16.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[nodejs18.x] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[python3.10] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.10] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[python3.11] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.11] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[python3.7] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.7] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[python3.8] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.8] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[python3.9] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[python3.9] HTTP Status Code: 200 AWS validated
    • test_calling_localstack_from_lambda[ruby2.7] LocalStack Pro: tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_calling_localstack_from_lambda[ruby2.7] HTTP Status Code: 200 AWS validated
    • test_generic_extension_full_lifecycle LocalStack Pro: tests/aws/services/lambda_/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_basic_xray_integration LocalStack Pro: tests/aws/services/lambda_/test_lambda_xray.py::TestLambdaXrayIntegration::test_basic_xray_integration HTTP Status Code: 200 AWS validated
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_iam_db_token_auth_from_lambda LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_iam_db_token_auth_from_lambda HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/aws/services/rds/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_create_queues_get_arns LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_create_queues_get_arns HTTP Status Code: 200
    • test_dead_letter_queue LocalStack Pro: tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue HTTP Status Code: 200
    • test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 403 (AccessDeniedException)
    • test_enforce_policy_sqs LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 403 (AccessDeniedException)
    • test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 403 (AccessDeniedException)
Parameters: QueueName, tags
  • LocalStack Community
    • test_create_queue_with_tags LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_tags HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteMessage

Parameters: QueueUrl, ReceiptHandle
  • LocalStack Community
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_malformed_response_apigw_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 200
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency_async_queue LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency_async_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 200 AWS validated
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_publish_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSMultiAccounts::test_cross_account_publish_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delivery_lambda LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishDelivery::test_delivery_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_python_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_visibility_on_deleted_message_raises_invalid_parameter_value LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_delete_message_with_illegal_receipt_handle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_with_illegal_receipt_handle HTTP Status Code: 400 (ReceiptHandleIsInvalid) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_receive_queue_attributes_role_permission_boundary[sqs_query] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_lambda_sqs_destination LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
    • test_sns_lambda_subscription LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200
    • test_s3_bucket_notification_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_notification_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteMessageBatch

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

DeleteQueue

Parameters: QueueUrl
  • LocalStack Community
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_api_gateway_handle_domain_name LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_handle_domain_name HTTP Status Code: 200
    • test_api_gateway_lambda_integration_aws_type LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_integration_aws_type HTTP Status Code: 200 AWS validated
    • test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded HTTP Status Code: 200
    • test_api_gateway_lambda_proxy_integration_with_path_param LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_path_param HTTP Status Code: 200
    • test_api_gateway_mock_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_mock_integration HTTP Status Code: 200
    • test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_stage_variables[dev] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 200 AWS validated
    • test_apigw_stage_variables[local] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 200 AWS validated
    • test_apigw_test_invoke_method_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200
    • test_invoke_endpoint_cors_headers[http://allowed-True-UrlType.HOST_BASED] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_invoke_endpoint_cors_headers[http://allowed-True-UrlType.HOST_BASED] HTTP Status Code: 200
    • test_malformed_response_apigw_invocation LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • test_response_headers_invocation_with_apigw LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 200 AWS validated
    • test_api_gateway_s3_get_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_s3_get_integration HTTP Status Code: 200
    • test_api_gateway_sqs_integration_with_event_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_sqs_integration_with_event_source HTTP Status Code: 200
    • test_apigateway_rust_lambda LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 200
    • test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 200
    • test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 200
    • test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 200
    • test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 200
    • test_create_update_stages LocalStack Community: tests/aws/services/apigateway/test_apigateway_common.py::TestStages::test_create_update_stages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_gateway_sqs_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_api_gateway_sqs_integration HTTP Status Code: 200
    • test_sqs_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_aws_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_request_and_response_xml_templates_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_sqs.py::test_sqs_request_and_response_xml_templates_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 200 AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 200
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_schedule_and_group LocalStack Community: tests/aws/services/cloudformation/resource_providers/scheduler/test_scheduler.py::test_schedule_and_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_permissions LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_sqs_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_sqs_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cfn_run LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_cfn_run HTTP Status Code: 200 AWS validated
    • test_lambda_code_signing_config LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_version LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_opensearch.py::test_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sam_template LocalStack Community: tests/aws/services/cloudformation/resources/test_sam.py::test_sam_template HTTP Status Code: 200
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 200
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_cfn_handle_sqs_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_cfn_handle_sqs_resource HTTP Status Code: 200
    • test_sqs_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_fifo_queue_generates_valid_name HTTP Status Code: 200 AWS validated
    • test_sqs_non_fifo_queue_generates_valid_name LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_non_fifo_queue_generates_valid_name HTTP Status Code: 200
    • test_sqs_queue_policy LocalStack Community: tests/aws/services/cloudformation/resources/test_sqs.py::test_sqs_queue_policy HTTP Status Code: 200
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_apigateway_invoke LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke HTTP Status Code: 200
    • test_apigateway_invoke_localhost LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost HTTP Status Code: 200
    • test_apigateway_invoke_localhost_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_localhost_with_path HTTP Status Code: 200
    • test_apigateway_invoke_with_path LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke_with_path HTTP Status Code: 200 AWS validated
    • test_nested_statemachine_with_sync2 LocalStack Community: tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_nested_statemachine_with_sync2 HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready HTTP Status Code: 200 AWS validated
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[raise_error.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[raise_error.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_invalid_template.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_invalid_template.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_with_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_with_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_state[return_unsuccessful_without_message.py] LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_failed_state[return_unsuccessful_without_message.py] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_to_validate_template_limit_for_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_to_validate_template_limit_for_macro HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_metric_data_values_list LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_put_metric_data_values_list HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 200 AWS validated
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
    • test_put_events_with_input_path_multiple LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
    • test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_events_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_put_rule LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_rule HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_firehose_http[True] LocalStack Community: tests/aws/services/firehose/test_firehose.py::test_firehose_http[True] HTTP Status Code: 200
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retire_grant_with_grant_token LocalStack Community: tests/aws/services/kms/test_kms.py::TestKMS::test_retire_grant_with_grant_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_routingconfig LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_alias_routingconfig HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_alias_moving LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaAliases::test_lambda_alias_moving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[1] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role[2] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_assume_role[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_different_iam_keys_environment LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBaseFeatures::test_lambda_different_iam_keys_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ignore_architecture LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_ignore_architecture HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[nodejs] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[nodejs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_cache_local[python] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_cache_local[python] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_no_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_lambda_invoke_with_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_introspection_x86 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_introspection_x86 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_runtime_ulimits LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaBehavior::test_runtime_ulimits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_concurrency_block LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_lambda_concurrency_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_provisioned_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_concurrency_async_queue LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_concurrency_async_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reserved_provisioned_overlap LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaConcurrency::test_reserved_provisioned_overlap HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handler_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_handler_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_payload_encoding_error[body-n\x87r\x9e\xe9\xb5\xd7I\xee\x9bmt] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_invoke_payload_encoding_error[body-n\x87r\x9e\xe9\xb5\xd7I\xee\x9bmt] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_payload_encoding_error[message-\x99\xeb,j\x07\xa1zYh] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_invoke_payload_encoding_error[message-\x99\xeb,j\x07\xa1zYh] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_runtime_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_runtime_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_runtime_startup_error LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_runtime_startup_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_runtime_startup_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaErrors::test_lambda_runtime_startup_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_event[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_event[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_type_request_response[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_type_request_response[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_logs[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_logs[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invocation_with_qualifier LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_invocation_with_qualifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_upload_lambda_from_s3 LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaFeatures::test_upload_lambda_from_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaMultiAccounts::test_cross_account_access HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_echo_invoke LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_echo_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[boolean] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[boolean] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[dict] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[dict] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[float] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[float] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response-json] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response-json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[http-response] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[http-response] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[integer] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[integer] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[list-mixed] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[list-mixed] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation[string] LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation[string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_url_invocation_exception LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaURL::test_lambda_url_invocation_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_versions_with_code_changes LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestLambdaVersions::test_lambda_versions_with_code_changes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_async_invoke_with_retry LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_async_invoke_with_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_id_invoke_url LocalStack Community: tests/aws/services/lambda_/test_lambda.py::TestRequestIdHandling::test_request_id_invoke_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_code_signing_not_found_excs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_code_signing_not_found_excs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_code_signing_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestCodeSigningConfig::test_function_code_signing_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_account_settings_total_code_size_config_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAccountSettings::test_account_settings_total_code_size_config_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alias_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_alias_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notfound_and_invalid_routingconfigs LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaAlias::test_notfound_and_invalid_routingconfigs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_eventinvokeconfig_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventInvokeConfig::test_lambda_eventinvokeconfig_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_on_nonexisting_version LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_delete_on_nonexisting_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_function_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[delete_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[delete_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_code_signing_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_code_signing_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_concurrency] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_concurrency] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_configuration] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_event_invoke_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_event_invoke_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[get_function_url_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[get_function_url_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_function_wrong_region[invoke] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_get_function_wrong_region[invoke] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_location_s3 LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_code_location_zipfile LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_lambda_code_location_zipfile HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_functions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_list_functions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_fn[get_function_url_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_fn[get_function_url_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_configuration] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_configuration] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_on_nonexisting_version[get_function_event_invoke_config] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_on_nonexisting_version[get_function_event_invoke_config] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ops_with_arn_qualifier_mismatch[get_function] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_ops_with_arn_qualifier_mismatch[get_function] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_lambda_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_update_lambda_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_vpc_config LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaFunction::test_vpc_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_and_image_config_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_and_image_config_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_crud LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_image_versions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_image_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_zip_file_to_image LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaImages::test_lambda_zip_file_to_image HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_lambda_permission_aws LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_aws HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_lambda_permission_fields LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_add_lambda_permission_fields HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_multiple_lambda_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_create_multiple_lambda_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_permission_fn_versioning LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_lambda_permission_fn_versioning HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_permission_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_permission_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_multi_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaPermissions::test_remove_multi_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_provisioned_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_lambda_provisioned_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_provisioned_concurrency_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaProvisionedConcurrency::test_provisioned_concurrency_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_concurrency_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaReservedConcurrency::test_function_concurrency_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_basic LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_basic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_permissions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_permissions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_revisions_version_and_alias LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaRevisions::test_function_revisions_version_and_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_environment_variables_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_large_environment_variables_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_oversized_request_create_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSizeLimits::test_oversized_request_create_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_lifecycle[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_snapstart_update_function_configuration[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_tag_on_fn_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_create_tag_on_fn_create HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_tag_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_nonexisting_resource LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTag::test_tag_nonexisting_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_versions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_versions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_url_config_list_paging LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaUrl::test_url_config_list_paging HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_version_on_create LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_version_on_create HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_update LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_with_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_with_wrong_sha256 LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_publish_with_wrong_sha256 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_version_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaVersions::test_version_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload0] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assess_lambda_destination_invocation[payload1] LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_assess_lambda_destination_invocation[payload1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_destination_default_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_lambda_destination_default_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maxeventage LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_maxeventage HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retries LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationSqs::test_retries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_docker_flags LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
    • test_lambda_docker_networks LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestDockerFlags::test_lambda_docker_networks HTTP Status Code: 200
    • test_hot_reloading[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
    • test_hot_reloading[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 200
    • test_hot_reloading_publish_version LocalStack Community: tests/aws/services/lambda_/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_publish_version HTTP Status Code: 200
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter0-item_matching0-item_not_matching0] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter0-item_matching0-item_not_matching0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter1-item_matching1-item_not_matching1] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter1-item_matching1-item_not_matching1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter2-item_matching2-item_not_matching2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter2-item_matching2-item_not_matching2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter3-item_matching3-item_not_matching3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter3-item_matching3-item_not_matching3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter4-item_matching4-this is a test string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter4-item_matching4-this is a test string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter5-item_matching5-item_not_matching5] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter5-item_matching5-item_not_matching5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter6-item_matching6-item_not_matching6] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter6-item_matching6-item_not_matching6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_filter[filter7-item_matching7-item_not_matching7] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[filter7-item_matching7-item_not_matching7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[None] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter2] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_traceid_outside_handler[PassThrough] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_xray.py::test_traceid_outside_handler[PassThrough] HTTP Status Code: 200 AWS validated
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequest-INTERFACE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_custom_handler_method_specification[cloud.localstack.sample.LambdaHandlerWithInterfaceAndCustom::handleRequestCustom-CUSTOM] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_lambda_subscribe_sns_topic LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_lambda_subscribe_sns_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_java_runtime_with_lib LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_java_runtime_with_lib HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_serializable_input_object[java8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_serializable_input_object[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java17] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8.al2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_handler[java8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestJavaRuntimes::test_stream_handler[java8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs14.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs14.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs16.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_nodejs_es6_lambda[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestNodeJSRuntimes::test_invoke_nodejs_es6_lambda[nodejs18.x] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.7] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_handler_in_submodule[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_handler_in_submodule[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.10] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.11] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.7] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_python_runtime_correct_versions[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_runtimes.py::TestPythonRuntimes::test_python_runtime_correct_versions[python3.9] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_firehose LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_firehose HTTP Status Code: 200 AWS validated
    • test_copy_object_kms LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_copy_object_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_bucket_with_existing_name LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_create_bucket_with_existing_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_bucket_with_content LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_delete_bucket_with_content HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multipart_copy_object_etag LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_multipart_copy_object_etag HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 200 AWS validated
    • test_s3_presign_url_encoding[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presign_url_encoding[s3v4] HTTP Status Code: 200 AWS validated
    • test_list_objects_with_prefix[/] LocalStack Community: tests/aws/services/s3/test_s3_list_operations.py::TestS3ListObjects::test_list_objects_with_prefix[/] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_bucket_notification_with_invalid_filter_rules LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_bucket_notification_with_invalid_filter_rules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_objects LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_delete_objects HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_rules_case_insensitive LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_filter_rules_case_insensitive HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_key_encoding LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_key_encoding HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_notifications_with_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_and_object_removed LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_and_object_removed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_complete_multipart_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_complete_multipart_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_copy LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_copy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_with_presigned_url_upload LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_created_put_with_presigned_url_upload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_delete_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_delete_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_tagging_put_event LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_object_tagging_put_event HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_xray_header LocalStack Community: tests/aws/services/s3/test_s3_notifications_sqs.py::TestS3NotificationsToSQS::test_xray_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_exists_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_exists_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_for_batch LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_for_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_policy_on_message_body_dot_attribute LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_filter_policy_on_message_body_dot_attribute HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_subscription_filter_policy_scope LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_set_subscription_filter_policy_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_filter_policy_nested_property_constraints LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSFilter::test_sub_filter_policy_nested_property_constraints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_sns_message LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_empty_sns_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_by_path_parameters LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_by_path_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_before_subscribe_topic LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_before_subscribe_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_by_target_arn LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_message_by_target_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sms_can_retrospect LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSRetrospectionEndpoints::test_publish_sms_can_retrospect HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_subscriptions_with_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_create_subscriptions_with_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_subscriptions LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_list_subscriptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_not_found_error_on_set_subscription_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_not_found_error_on_set_subscription_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_subscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_from_non_existing_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_from_non_existing_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unsubscribe_idempotency LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_unsubscribe_idempotency HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_set_sub_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionCrud::test_validate_set_sub_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dlq_external_http_endpoint[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_dlq_external_http_endpoint[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_http_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionHttp::test_redrive_policy_http_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_lambda_subscription LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_redrive_policy_lambda_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionLambda::test_sns_topic_as_lambda_dead_letter_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_attribute_raw_subscribe LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_attribute_raw_subscribe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_empty_or_wrong_message_attributes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_empty_or_wrong_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_not_missing LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_not_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_attributes_prefixes LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_attributes_prefixes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_structure_json_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_message_structure_json_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_sns_to_sqs LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_batch_messages_from_sns_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_sqs_from_sns_with_xray_propagation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_sqs_from_sns_with_xray_propagation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_unicode_chars LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_publish_unicode_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_topic_subscription_confirmation LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_sqs_topic_subscription_confirmation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_sqs_queue LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_sqs_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_sqs_with_queue_url LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscribe_to_sqs_with_queue_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_topic_to_regular_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_fifo_topic_to_regular_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_to_fifo_sqs[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_message_to_fifo_sqs[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_batch_messages_from_fifo_topic_to_fifo_queue[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_deduplication_on_topic_level LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_deduplication_on_topic_level HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_to_fifo_topic_to_sqs_queue_no_content_dedup[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validations_for_fifo LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_validations_for_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_access[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_access[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cross_account_get_queue_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_cross_account_get_queue_url[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_queue_multi_account LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSQSMultiAccounts::test_delete_queue_multi_account HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_batch_send_with_invalid_char_should_succeed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_not_permanent LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_different_attributes_raises_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_different_attributes_raises_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_tags LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_list_sources LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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_invalid_msg_id[] LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_deletes_with_change_visibility_timeout LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_endpoint LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_hostname_via_host_header LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_hostname_via_host_header HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_sequence_number_increases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_contains_localstack_host LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_contains_localstack_host HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_get_queue_url_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_specific_queue_attribute_response LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queue_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_domain LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_domain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_with_endpoint_strategy_standard LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_with_endpoint_strategy_standard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_without_endpoint_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_without_endpoint_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_carriage_return LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_carriage_return HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_publish_get_delete_message_batch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_deduplication_id_for_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_deduplication_id_for_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_receive_multiple LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_multiple_queues HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sequence_number HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_empty_queue_policy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_empty_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_set_queue_policy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_set_queue_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sse_queue_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sse_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_untag_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tags_case_sensitive LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[off] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[off] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_endpoint_strategy_with_multi_region[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_endpoint_strategy_with_multi_region[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_create_queue_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_create_queue_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_list_queues_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_list_queues_fails HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_all HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_of_fifo_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_of_fifo_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_invalid_arg_returns_error LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_invalid_arg_returns_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_with_query_args LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_attributes_with_query_args HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_attributes_works_without_authparams LocalStack Community: tests/aws/services/sqs/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[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_work_for_different_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_work_for_different_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[domain] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[path] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_queue_url_works_for_same_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_queue_url_works_for_same_queue[standard] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_json_format_returns_returns_xml LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_json_format_returns_returns_xml HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_without_query_returns_unknown_operation LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_without_query_returns_unknown_operation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_action_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_invalid_action_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_overwrite_queue_url_in_params LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_overwrite_queue_url_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_queue_url_format_path_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_queue_url_format_path_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_via_queue_url_with_json_protocol LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_send_message_via_queue_url_with_json_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_action_with_missing_parameter_raises_exception LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_valid_action_with_missing_parameter_raises_exception HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_fifo_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_fifo_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[domain] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[path] HTTP Status Code: 200
    • test_list_messages_as_botocore_endpoint_url[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[standard] HTTP Status Code: 200
    • test_list_messages_as_json[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[domain] HTTP Status Code: 200
    • test_list_messages_as_json[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[path] HTTP Status Code: 200
    • test_list_messages_as_json[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_json[standard] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[domain] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[path] HTTP Status Code: 200
    • test_list_messages_has_no_side_effects[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_has_no_side_effects[standard] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[path] HTTP Status Code: 200
    • test_list_messages_with_delayed_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_delayed_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[domain] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[path] HTTP Status Code: 200
    • test_list_messages_with_invalid_action_raises_error[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invalid_action_raises_error[standard] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[domain] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 200
    • test_list_messages_with_invisible_messages[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[standard] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[domain] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[domain] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[path] HTTP Status Code: 200
    • test_list_messages_with_queue_url_in_path[standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_queue_url_in_path[standard] HTTP Status Code: 200
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_is_boolean LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_is_operators.py::TestIsOperators::test_is_boolean HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_invoke_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_no_such_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_no_such_function_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_lambda.py::TestTaskServiceLambda::test_raise_exception_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_sqs_failure_in_wait_for_task_tok HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_math_random LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_math_operations.py::TestMathOperations::test_math_random HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamp_path LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_wait_timestamp_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[00] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[00] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[01] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[01] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_pipe LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_filter_parameters_input LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_lambda_task_filter_parameters_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[00] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[00] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[01] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[01] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_unsupported_param LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_unsupported_param HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sfn_task_service.py::TestTaskServiceSfn::test_start_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_unsupported_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_delete_invalid_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_delete_invalid_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_delete_valid_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_delete_valid_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list1] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_choice_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_choice_state_machine HTTP Status Code: 200
    • test_heartbeat_no_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_no_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_path_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_path_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_heartbeat_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fixed_timeout_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fixed_timeout_service_lambda_with_path LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_service_lambda_with_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_global_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.7] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.7] LocalStack Community: tests/aws/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/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_domain_based_strategies[domain] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[domain] HTTP Status Code: 200
    • test_domain_based_strategies[standard] LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_domain_based_strategies[standard] HTTP Status Code: 200
    • test_off_strategy_with_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_with_external_port HTTP Status Code: 200
    • test_off_strategy_without_external_port LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_off_strategy_without_external_port HTTP Status Code: 200
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestSQS::test_path_strategy HTTP Status Code: 200
    • test_sns_to_sqs LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sns_to_sqs HTTP Status Code: 200
    • test_sqs_queue_names LocalStack Community: tests/aws/test_notifications.py::TestNotifications::test_sqs_queue_names HTTP Status Code: 200 AWS validated
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_put_delivery_channel LocalStack Community: tests/integration/test_config_service.py::TestConfigService::test_put_delivery_channel HTTP Status Code: 200
    • test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 400 (QueueDoesNotExist)
    • test_redrive_policy_sqs_queue_subscription[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[False] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_redrive_policy_sqs_queue_subscription[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_redrive_policy_sqs_queue_subscription[True] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_subscription_after_failure_to_deliver LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQS::test_subscription_after_failure_to_deliver HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[False] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[False] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_publish_fifo_messages_to_dlq[True] LocalStack Community: tests/aws/services/sns/test_sns.py::TestSNSSubscriptionSQSFifo::test_publish_fifo_messages_to_dlq[True] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_fifo_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_fifo_queue_with_same_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_after_internal_attributes_changes_works LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_default_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception LocalStack Community: tests/aws/services/sqs/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/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_create_queue_without_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_without_attributes_is_idempotent HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_non_existent_queue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_non_existent_queue HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[domain] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[domain] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[path] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[path] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_delete_queue[standard] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_delete_queue[standard] HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
    • test_get_on_deleted_queue_fails LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_on_deleted_queue_fails HTTP Status Code: 400 (QueueDoesNotExist) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_rds_lambda LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_rds_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorizer_event_lambda_request LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_key_authorizer LocalStack Pro: tests/aws/services/apigateway/test_authorizers.py::test_api_key_authorizer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_http_jwt_authorizer LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer HTTP Status Code: 200
    • test_apigw_v2_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_domains[--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.example.com-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.example.com-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0] HTTP Status Code: 200
    • test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0] HTTP Status Code: 200
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY] HTTP Status Code: 200 AWS validated
    • test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST] HTTP Status Code: 200 AWS validated
    • test_http_proxy_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_authorizer_with_aws_proxy_integration[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0] HTTP Status Code: 200
    • test_lambda_authorizer_with_aws_proxy_integration[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0] HTTP Status Code: 200
    • test_lambda_authorizer_with_no_payload_format_version LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version HTTP Status Code: 200
    • test_lambda_events[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_events[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_handling_binary_data[200] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200] HTTP Status Code: 200
    • test_lambda_handling_binary_data[404] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404] HTTP Status Code: 200
    • test_lambda_handling_form_urlencoded_data[False] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False] HTTP Status Code: 200
    • test_lambda_handling_form_urlencoded_data[True] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[False-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[False-2.0] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[True-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[True-1.0] HTTP Status Code: 200
    • test_lambda_jwt_authorizer[True-2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_jwt_authorizer[True-2.0] HTTP Status Code: 200
    • test_lambda_request_authorizer[1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0] HTTP Status Code: 200
    • test_lambda_request_authorizer[2.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0] HTTP Status Code: 200
    • test_lambda_return_gzip_response LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response HTTP Status Code: 200
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_step_functions_integration[host_based_url-1.0] LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0] HTTP Status Code: 200 AWS validated
    • test_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_apigw_v1_lambda_request_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer HTTP Status Code: 200
    • test_cognito_authorizer_token_types[client_credentials] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizer_token_types[username] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[host_based_url-ANY] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[host_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[path_based_url-ANY] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-ANY] HTTP Status Code: 200 AWS validated
    • test_cognito_authorizers[path_based_url-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[path_based_url-GET] HTTP Status Code: 200 AWS validated
    • test_custom_authorizer[CUSTOM-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-GET] HTTP Status Code: 200
    • test_custom_authorizer[CUSTOM-POST] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-POST] HTTP Status Code: 200
    • test_custom_authorizer[NONE-GET] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET] HTTP Status Code: 200
    • test_custom_authorizer[NONE-POST] LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-POST] HTTP Status Code: 200
    • test_iam_authorizer LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_iam_authorizer HTTP Status Code: 200
    • test_invoke_custom_domain LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain HTTP Status Code: 200
    • test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED] LocalStack Pro: tests/aw