EventBridge

Implementation details for API events

Coverage Overview

EventBridge is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
ActivateEventSource
CancelReplay✔️community✔️
CreateApiDestination✔️community✔️✔️✔️✔️Show Tests
CreateArchive✔️community✔️✔️
CreateConnection✔️community✔️✔️✔️✔️Show Tests
CreateEndpoint
CreateEventBus✔️community✔️✔️✔️✔️✔️Show Tests
CreatePartnerEventSource✔️community✔️
DeactivateEventSource
DeauthorizeConnection
DeleteApiDestination✔️community✔️✔️✔️✔️Show Tests
DeleteArchive✔️community✔️✔️
DeleteConnection✔️community✔️✔️✔️✔️Show Tests
DeleteEndpoint
DeleteEventBus✔️community✔️✔️✔️✔️✔️Show Tests
DeletePartnerEventSource✔️community
DeleteRule✔️community✔️✔️✔️✔️✔️Show Tests
DescribeApiDestination✔️community✔️✔️✔️Show Tests
DescribeArchive✔️community✔️✔️
DescribeConnection✔️community✔️✔️
DescribeEndpoint
DescribeEventBus✔️community✔️✔️✔️✔️✔️Show Tests
DescribeEventSource✔️community
DescribePartnerEventSource✔️community✔️
DescribeReplay✔️community✔️
DescribeRule✔️community✔️✔️✔️✔️Show Tests
DisableRule✔️community✔️✔️✔️Show Tests
EnableRule✔️community✔️
ListApiDestinations✔️community✔️✔️✔️Show Tests
ListArchives✔️community✔️
ListConnections✔️community✔️✔️✔️Show Tests
ListEndpoints
ListEventBuses✔️community✔️✔️Show Tests
ListEventSources
ListPartnerEventSourceAccounts
ListPartnerEventSources
ListReplays✔️community✔️
ListRuleNamesByTarget✔️community✔️
ListRules✔️community✔️✔️✔️✔️Show Tests
ListTagsForResource✔️community✔️✔️✔️✔️✔️Show Tests
ListTargetsByRule✔️community✔️✔️✔️✔️✔️Show Tests
PutEvents✔️community✔️✔️✔️✔️✔️Show Tests
PutPartnerEvents✔️community
PutPermission✔️community✔️✔️✔️✔️✔️Show Tests
PutRule✔️community✔️✔️✔️✔️✔️Show Tests
PutTargets✔️community✔️✔️✔️✔️✔️Show Tests
RemovePermission✔️community✔️✔️✔️✔️Show Tests
RemoveTargets✔️community✔️✔️✔️✔️✔️Show Tests
StartReplay✔️community✔️
TagResource✔️community✔️✔️✔️✔️Show Tests
TestEventPattern✔️community✔️✔️✔️Show Tests
UntagResource✔️community✔️✔️✔️✔️Show Tests
UpdateApiDestination✔️community✔️✔️
UpdateArchive✔️community✔️✔️
UpdateConnection✔️community✔️✔️
UpdateEndpoint

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


CreateApiDestination

Parameters: ConnectionArn, Description, HttpMethod, InvocationEndpoint, Name
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
Parameters: ConnectionArn, HttpMethod, InvocationEndpoint, Name
  • LocalStack Community
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200

CreateConnection

Parameters: AuthParameters, AuthorizationType, Description, Name
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
Parameters: AuthParameters, AuthorizationType, Name
  • LocalStack Community
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • test_create_connection_validations LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_create_connection_validations HTTP Status Code: 400 (ValidationException)

CreateEventBus

Parameters: Name
  • LocalStack Community
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties 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_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_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_create_custom_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_create_custom_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (AccessDeniedException)

DeleteApiDestination

Parameters: Name
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200

DeleteConnection

Parameters: Name
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200

DeleteEventBus

Parameters: Name
  • LocalStack Community
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_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_create_custom_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_create_custom_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 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_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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

DeleteRule

Parameters: EventBusName, Force, Name
  • LocalStack Community
    • 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_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_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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
Parameters: EventBusName, Name
  • LocalStack Community
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_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_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_to_default_eventbus_for_custom_eventbus 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_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_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
  • LocalStack Pro
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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
Parameters: Force, Name
  • LocalStack Community
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • test_list_tags_for_resource LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200 AWS validated
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 day)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 day)] HTTP Status Code: 200 AWS validated
    • test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 hour)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 hour)] HTTP Status Code: 200 AWS validated
    • test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 minute)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 minute)] HTTP Status Code: 200 AWS validated
    • test_put_rule LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rule_disable LocalStack Community: tests/aws/services/events/test_events_rules.py::test_rule_disable HTTP Status Code: 200 AWS validated
Parameters: Name
  • LocalStack Community
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • 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_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_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200

DescribeApiDestination

Parameters: Name
  • LocalStack Community
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200

DescribeEventBus

Parameters: Name
  • LocalStack Community
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (ResourceNotFoundException)
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (ResourceNotFoundException)

DescribeRule

Parameters: EventBusName, Name
  • LocalStack Pro
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
Parameters: Name
  • LocalStack Community
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200

DisableRule

Parameters: Name
  • LocalStack Community
    • test_rule_disable LocalStack Community: tests/aws/services/events/test_events_rules.py::test_rule_disable HTTP Status Code: 200 AWS validated

ListApiDestinations

Parameters: - (without any parameters)
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated

ListConnections

Parameters: - (without any parameters)
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated

ListEventBuses

Parameters: - (without any parameters)
  • LocalStack Community
    • test_cfn_event_api_destination_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_api_destination_resource HTTP Status Code: 200 AWS validated
    • test_cfn_event_bus_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200 AWS validated

ListRules

Parameters: - (without any parameters)
  • LocalStack Community
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_rule_disable LocalStack Community: tests/aws/services/events/test_events_rules.py::test_rule_disable HTTP Status Code: 200 AWS validated
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: EventBusName
  • LocalStack Community
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: NamePrefix
  • LocalStack Community
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_put_rule LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rule_disable LocalStack Community: tests/aws/services/events/test_events_rules.py::test_rule_disable HTTP Status Code: 200 AWS validated

ListTagsForResource

Parameters: ResourceARN
  • LocalStack Community
    • test_list_tags_for_resource LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200 AWS validated
  • LocalStack Pro
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (ResourceNotFoundException)
    • test_enforce_policy_events LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (ResourceNotFoundException)
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_lambda LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_sns LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_sqs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated

ListTargetsByRule

Parameters: EventBusName, Rule
  • LocalStack Community
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_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_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_to_default_eventbus_for_custom_eventbus 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_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_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
Parameters: Rule
  • LocalStack Community
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 400 (ResourceNotFoundException)
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ResourceNotFoundException)
  • LocalStack Pro
    • 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

PutEvents

Parameters: Entries
  • 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_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 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_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_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input2-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input2-FAILED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input3-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input3-FAILED] 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_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_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_apigateway_to_eventbridge LocalStack Community: tests/aws/services/apigateway/test_apigateway_eventbridge.py::test_apigateway_to_eventbridge 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_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_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_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • 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_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions 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_attribute_uses_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_attribute_uses_macro 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_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_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_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • test_events_written_to_disk_are_timestamp_prefixed_for_chronological_ordering LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_events_written_to_disk_are_timestamp_prefixed_for_chronological_ordering HTTP Status Code: 200
    • test_put_event_without_detail LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_without_detail HTTP Status Code: 200
    • test_put_event_without_source LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_event_without_source HTTP Status Code: 200
    • 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_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_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_into_event_bus[domain] HTTP Status Code: 200
    • test_put_events_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[path] HTTP Status Code: 200
    • test_put_events_into_event_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_into_event_bus[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::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_integrations.py::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_created_put_in_different_region LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put_in_different_region HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_object_put_acl LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_restore_object LocalStack Community: tests/aws/services/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_restore_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_parameters_and_secrets LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_and_secrets HTTP Status Code: 200 AWS validated
    • test_get_parameters_by_path_and_filter_by_labels LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_by_path_and_filter_by_labels HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[/<param>//b//c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[/<param>//b//c] HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[<param>/b/c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 200 AWS validated
    • test_put_parameters LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_put_parameters HTTP Status Code: 200 AWS validated
    • test_activity_task LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_failure LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_no_worker_name LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_no_worker_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_on_deleted LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_on_deleted HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_start_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_start_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_decl_version_1_0 LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_decl_version_1_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_execution_dateformat LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_execution_dateformat HTTP Status Code: 200 AWS validated
    • test_query_context_object_values LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_query_context_object_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail_empty LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail_intrinsic LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_intrinsic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail_path LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_regex_json_path_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_regex_json_path_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_result LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_result_jsonpaths LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result_jsonpaths HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_result_null_input_output_paths LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result_null_input_output_paths HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[-1.5] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[-1.5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[-1] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[0] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[1.5] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[1.5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[1] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[.000000Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.000000Z] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[.000000] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.000000] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[.00Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.00Z] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[Z] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_executions_and_heartbeat_notifications LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_multiple_executions_and_heartbeat_notifications HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_heartbeat_notifications LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_multiple_heartbeat_notifications HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sns_publish_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync2 LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync_delegate_failure LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync_delegate_failure 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_boolean_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_boolean_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_boolean_equals.py::TestBooleanEquals::test_boolean_equals_path HTTP Status Code: 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_is_null LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_is_operators.py::TestIsOperators::test_is_null HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_is_numeric LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_is_operators.py::TestIsOperators::test_is_numeric HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_is_present LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_is_operators.py::TestIsOperators::test_is_present HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_is_string LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_is_operators.py::TestIsOperators::test_is_string HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_greater_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_greater_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_greater_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_greater_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_less_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_less_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_less_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_numeric_less_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than_path 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_string_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_greater_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_greater_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_greater_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_greater_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_less_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_less_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_less_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_less_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_comment_in_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comment_in_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_comments_as_per_docs LocalStack Community: tests/aws/services/stepfunctions/v2/comments/test_comments.py::TestComments::test_comments_as_per_docs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_dynamodb_put_item_no_such_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_secret_name LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_invalid_secret_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_such_bucket LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_no_such_bucket HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_large_input LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_start_large_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 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_invalid_param LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_invalid_param HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_item_invalid_table_name LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_invalid_table_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_no_such_table 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_start_execution_no_such_arn LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sfn.py::TestTaskServiceSfn::test_start_execution_no_such_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_no_such_queue LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_send_message_no_such_queue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_no_such_queue_no_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_send_message_no_such_queue_no_catch HTTP Status Code: 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_array_0 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_contains LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_contains HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_length LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_length HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_partition LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_partition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_range LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_range HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_array_unique LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_unique HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_64_encode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_encode HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_context_json_path LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_context_json_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_escape_sequence LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_escape_sequence HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_calls_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hash LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_hash_calculations.py::TestHashCalculations::test_hash HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_json_merge LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_json_merge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_json_to_string LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_json_to_string HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_to_json LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_json_manipulation.py::TestJsonManipulation::test_string_to_json HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_math_add LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_math_operations.py::TestMathOperations::test_math_add 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_math_random_seeded LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_math_operations.py::TestMathOperations::test_math_random_seeded HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_split LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_string_split_context_object LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split_context_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_uuid LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_unique_id_generation.py::TestUniqueIdGeneration::test_uuid HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_empty LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_states_runtime LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_states_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_aws_docs_scenario LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_aws_docs_scenario HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_singleton_composite LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_singleton_composite HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_unsorted_parameters[{"result": {"done": false}}] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_unsorted_parameters[{"result": {"done": false}}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_unsorted_parameters[{"result": {"done": true}}] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_unsorted_parameters[{"result": {"done": true}}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_empty_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_empty_retry 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_map_item_reader_base_csv_headers_decl LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_csv_headers_decl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_base_csv_headers_first_line LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_csv_headers_first_line HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_base_json LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_json HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_base_json_max_items LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_json_max_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_base_list_objects_v2 LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_list_objects_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_first_row_extra_fields LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_first_row_extra_fields HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_headers_decl_duplicate_headers LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_headers_decl_duplicate_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_headers_decl_extra_fields LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_headers_decl_extra_fields HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_headers_first_row_typed_headers LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_headers_first_row_typed_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items[0] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items[0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items[100000000] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items[100000000] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items[2] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[-1] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[0] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[100000000] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[100000000] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[100000001] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[100000001] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[2] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_json_no_json_list_object LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_json_no_json_list_object HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_break_condition LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_break_condition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_break_condition_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_break_condition_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_catch LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_catch_empty_fail LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_catch_empty_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_catch_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_catch_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_inline_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_inline_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_inline_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_inline_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_item_selector_singleton LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_item_selector_singleton HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_distributed LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_distributed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_distributed_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_distributed_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_distributed_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_distributed_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_inline LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_inline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_inline_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_inline_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_inline_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_inline_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_nested LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_nested HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_no_processor_config LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_no_processor_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_parameters_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_parameters_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_parameters_singleton_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_parameters_singleton_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry_multiple_retriers LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry_multiple_retriers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_catch LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_fail LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_nested LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_nested HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_order LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_order HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_jitter_none LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_jitter_none HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_max_attempts_zero LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_max_attempts_zero HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamp LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_wait_timestamp 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_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data 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_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_secrets LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_list_secrets HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_send_task_outcome_with_no_such_token[state_machine_template1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sfn_start_execution LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_start_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sfn_start_execution_implicit_json_serialisation LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_sfn_start_execution_implicit_json_serialisation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item 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[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[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_1] 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_invoke_string_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_string_payload 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[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[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_1] 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_start_execution_input_json LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sfn_task_service.py::TestTaskServiceSfn::test_start_execution_input_json HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params0-True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params0-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attribute[input_params1-False] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_fifo_message_attribute[input_params1-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base[message1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base[message1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_base_error_topic_arn LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_base_error_topic_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes["HelloWorld"] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes["HelloWorld"] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[message_value3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[message_value3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_publish_message_attributes[{}] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sns_task_service.py::TestTaskServiceSns::test_publish_message_attributes[{}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_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_describe_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_execution_no_such_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_execution_no_such_state_machine HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_state_machine_for_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_execution_history_no_such_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_get_execution_history_no_such_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_execution_history_reversed LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_get_execution_history_reversed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_start_execution_input LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_invalid_start_execution_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_start_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_machine_status_filter LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_state_machine_status_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stop_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_stop_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_map_runs_and_describe_map_run LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_map_run.py::TestSnfApiMapRun::test_list_map_runs_and_describe_map_run HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution_of_version_with_revision LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_describe_state_machine_for_execution_of_version_with_revision HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_version_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_versioning.py::TestSnfApiVersioning::test_start_version_execution HTTP Status Code: 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_create_run_map_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_map_state_machine HTTP Status Code: 200
    • test_create_run_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_state_machine HTTP Status Code: 200
    • test_intrinsic_functions LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_intrinsic_functions HTTP Status Code: 200
    • test_try_catch_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_try_catch_state_machine HTTP Status Code: 200
    • test_aws_sdk_task LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_aws_sdk_task HTTP Status Code: 200 AWS validated
    • test_run_aws_sdk_secrets_manager LocalStack Community: tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_run_aws_sdk_secrets_manager 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_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_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.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.12] 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
  • LocalStack Pro
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_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_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_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_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_specify_resources_by_name LocalStack Pro: tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_specify_resources_by_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_job_default_command LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_job_default_command HTTP Status Code: 200
    • test_create_submit_job LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
    • test_create_with_additional_config LocalStack Pro: tests/aws/services/batch/test_batch.py::TestBatch::test_create_with_additional_config HTTP Status Code: 200
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloud_trail_deploy LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cognito_custom_ids LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
    • test_cognito_role_attachment LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
    • test_user_pool_client_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output 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 AWS validated
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_deploy_duplicate_security_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_security_group_ingress_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200 AWS validated
    • test_security_group_ingress_creation_isolation LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation HTTP Status Code: 200 AWS validated
    • test_vpc_cidr_block_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations HTTP Status Code: 200 AWS validated
    • test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
    • test_untransformed_url_when_no_repository_created LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created HTTP Status Code: 200
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[000000000000-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-eu-central-2] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2] HTTP Status Code: 200
    • test_url_output_different_account_or_region[111111111111-us-east-1] LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1] HTTP Status Code: 200
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
    • test_url_output LocalStack Pro: tests/aws/services/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eks_fargate_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eksctl_stack LocalStack Pro: tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster[redis] LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_with_replication LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_version_and_environment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_classifier LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_database LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_job LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trigger LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_workflow LocalStack Pro: tests/aws/services/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_alias LocalStack Pro: tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_layer_python LocalStack Pro: tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
    • test_create_cluster LocalStack Pro: tests/aws/services/cloudformation/resources/test_msk.py::test_create_cluster HTTP Status Code: 200
    • test_cluster_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_cluster_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_instance_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxy LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy HTTP Status Code: 200
    • test_parameter_group_creation LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_cluster_with_kms LocalStack Pro: tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_with_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hostedzone_without_comment LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_private_hostedzone LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_receiptrules LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ses.py::test_create_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_tables LocalStack Pro: tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables 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_cloudflare_alias_with_s3_backend LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_alias_with_s3_backend HTTP Status Code: 200 AWS validated
    • test_cloudflare_cname_reuse LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_cname_reuse HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_from_cloudformation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation HTTP Status Code: 200
    • test_create_function LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_invalidation LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_invalidation HTTP Status Code: 200
    • test_create_origin_access_identity LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_origin_access_identity HTTP Status Code: 200
    • test_create_origin_request_policy LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_origin_request_policy HTTP Status Code: 200
    • test_create_response_headers_policy LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_response_headers_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_errors[False] LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_custom_errors[False] HTTP Status Code: 200
    • test_custom_errors[True] LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_custom_errors[True] HTTP Status Code: 200
    • test_distribution_with_tags LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_distribution_with_tags HTTP Status Code: 200
    • test_get_distributions LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_get_distributions HTTP Status Code: 200
    • test_invalidation_waiter LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_invalidation_waiter HTTP Status Code: 200
    • test_invoke_distribution LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_invoke_distribution HTTP Status Code: 200
    • test_lambda_redirect LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_lambda_redirect HTTP Status Code: 200 AWS validated
    • test_origin_access_control LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_distribution LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_update_distribution HTTP Status Code: 200
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_create_trail LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_create_trail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_lookup_attributes LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_filter_lookup_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_trail_status_of_not_started LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_get_trail_status_of_not_started HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_trail_status_of_started LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_get_trail_status_of_started HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_trail_status_of_started_and_stopped LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_get_trail_status_of_started_and_stopped HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_config LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_invalid_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_logging_if_no_startup LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_no_logging_if_no_startup HTTP Status Code: 200
    • test_record_events LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_record_events HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_stop_updates LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_start_stop_updates HTTP Status Code: 200
    • test_trail_operations_with_arn LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_trail_operations_with_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_trail_s3_key_prefix LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_trail_s3_key_prefix HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wrong_arn_for_trail_ops LocalStack Pro: tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_wrong_arn_for_trail_ops HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_commit_to_non_existing_repository_raises_error LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_commit_to_non_existing_repository_raises_error HTTP Status Code: 200
    • test_create_branch LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_branch HTTP Status Code: 200
    • test_create_branch_on_non_existing_repository_raises_error LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_branch_on_non_existing_repository_raises_error HTTP Status Code: 200
    • test_create_commit LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_commit HTTP Status Code: 200
    • test_create_pull_request LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_pull_request HTTP Status Code: 200
    • test_create_repository LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_repository HTTP Status Code: 200
    • test_create_repository_with_invalid_name_raises_error LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_repository_with_invalid_name_raises_error HTTP Status Code: 200
    • test_delete_branch LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_branch HTTP Status Code: 200
    • test_delete_non_existing_branch LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_non_existing_branch HTTP Status Code: 200
    • test_delete_non_existing_repository_raises_error LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_non_existing_repository_raises_error HTTP Status Code: 200
    • test_delete_repository_matches_created_repository LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_repository_matches_created_repository HTTP Status Code: 200
    • test_get_branch LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_branch HTTP Status Code: 200
    • test_get_file LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_file HTTP Status Code: 200
    • test_get_folder LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_folder HTTP Status Code: 200
    • test_get_non_existing_branch LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_non_existing_branch HTTP Status Code: 200
    • test_get_non_existing_repository_raises_error LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_non_existing_repository_raises_error HTTP Status Code: 200
    • test_get_repository_matches_created_repository LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_repository_matches_created_repository HTTP Status Code: 200
    • test_list_pull_requests LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_list_pull_requests HTTP Status Code: 200
    • test_repository_lifecycle LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_repository_lifecycle HTTP Status Code: 200
    • test_tagging LocalStack Pro: tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_tagging HTTP Status Code: 200
    • test_admin_no_srp_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_admin_no_srp_auth_flow HTTP Status Code: 200 AWS validated
    • test_invalid_srp_raises_error[COFFEEG] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_invalid_srp_raises_error[COFFEEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_srp_raises_error[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_invalid_srp_raises_error[None] 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_access_token_expiration_validity[1-days-86400] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[1-days-86400] HTTP Status Code: 200 AWS validated
    • test_access_token_expiration_validity[10-hours-36000] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[10-hours-36000] HTTP Status Code: 200 AWS validated
    • test_access_token_expiration_validity[10-minutes-600] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[10-minutes-600] HTTP Status Code: 200 AWS validated
    • test_access_token_expiration_validity[500-seconds-500] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[500-seconds-500] HTTP Status Code: 200 AWS validated
    • test_admin_change_password LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_change_password 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_admin_set_permanent_invalid_password LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_set_permanent_invalid_password HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_auth_not_authorized_user LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_auth_not_authorized_user HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_prevent_user_existence_error LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_auth_prevent_user_existence_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_authorize_redirects_to_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_authorize_redirects_to_login HTTP Status Code: 200
    • test_change_password[user-{short_uid}@example.com] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_change_password[user-{short_uid}@example.com] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_password[user-{short_uid}] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_change_password[user-{short_uid}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_check_message_action_suppress LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_check_message_action_suppress HTTP Status Code: 200
    • test_cognito_authorizer_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_admin_user_with_duplicate_email LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_admin_user_with_duplicate_email HTTP Status Code: 200 AWS validated
    • test_create_admin_user_with_duplicate_email_but_valid_userconfiguration LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_admin_user_with_duplicate_email_but_valid_userconfiguration HTTP Status Code: 200 AWS validated
    • test_create_cognito_identity_pool_roles LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_cognito_identity_pool_roles HTTP Status Code: 200
    • test_create_pool_mfa_off LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_pool_mfa_off HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_group_in_pool LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_user_group_in_pool HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_scopes LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_custom_scopes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_user LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_delete_user HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_user_pool LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_describe_user_pool HTTP Status Code: 200
    • test_force_alias_creation LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_force_alias_creation HTTP Status Code: 200
    • test_get_signing_certificate LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_get_signing_certificate HTTP Status Code: 200
    • test_get_user_with_fake_access_token LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_get_user_with_fake_access_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_identity_providers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_identity_providers HTTP Status Code: 200
    • test_incorrect_mfa_setup LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_incorrect_mfa_setup HTTP Status Code: 200
    • test_invalid_expiration_unit[invalid-hours-hours] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_expiration_unit[invalid-hours-hours] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_expiration_unit[invalid-invalid-hours] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_expiration_unit[invalid-invalid-hours] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_expiration_unit[invalid-invalid-invalid] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_expiration_unit[invalid-invalid-invalid] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_pool_client_parameters LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_pool_client_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_login_incorrect_password LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_incorrect_password HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_login_via_web_form LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_via_web_form HTTP Status Code: 200
    • test_login_with_preferred_username LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_with_preferred_username HTTP Status Code: 200
    • test_login_with_preferred_username_attr_change LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_with_preferred_username_attr_change HTTP Status Code: 200 AWS validated
    • test_mfa_sms_authentication LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_mfa_sms_authentication HTTP Status Code: 200
    • test_mfa_sms_config LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_mfa_sms_config HTTP Status Code: 200
    • test_password_policy LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_password_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_request_with_invalid_username_or_pool_id LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_request_with_invalid_username_or_pool_id HTTP Status Code: 200
    • test_resource_servers LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_resource_servers HTTP Status Code: 200
    • test_restore_forgotten_password LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_restore_forgotten_password HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_saml_auth_flow LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_saml_auth_flow HTTP Status Code: 200
    • test_signup_case_insensitive_and_auth_using_srp LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_signup_case_insensitive_and_auth_using_srp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_with_email_phone_aliases LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_signup_with_email_phone_aliases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_login LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_srp_login_after_password_update LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_srp_login_after_password_update HTTP Status Code: 200
    • test_tags LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_tags HTTP Status Code: 200 AWS validated
    • test_token_endpoint[client_credentials-body] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[client_credentials-body] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_token_endpoint[client_credentials-body] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[client_credentials-body] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_token_endpoint[client_credentials-query_params] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[client_credentials-query_params] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_token_endpoint[code-body] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[code-body] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_token_endpoint[code-query_params] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[code-query_params] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_update_user_mfa_preferences LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_update_user_mfa_preferences HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[email-False-False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-False-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[email-False-True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-False-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[email-True-False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-True-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[email-True-True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-True-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[name-False-False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-False-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[name-False-True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-False-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[name-True-False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-True-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[name-True-True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-True-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[phone_number-False-False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-False-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[phone_number-False-True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-False-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[phone_number-True-False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-True-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_attributes_upon_creation[phone_number-True-True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-True-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_group_deletion_with_non_existing_group LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_group_deletion_with_non_existing_group HTTP Status Code: 200
    • test_user_group_deletion_with_non_existing_pool LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_group_deletion_with_non_existing_pool HTTP Status Code: 200 AWS validated
    • test_user_groups LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_groups HTTP Status Code: 200
    • test_user_login_before_confirmation LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_login_before_confirmation HTTP Status Code: 200
    • test_user_pool_attributes[False] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_attributes[False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_pool_attributes[True] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_attributes[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_pool_client_updates LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_client_updates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_pool_custom_id LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_custom_id HTTP Status Code: 200
    • test_user_pool_error_messages LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_error_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_pools_and_clients LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pools_and_clients HTTP Status Code: 200
    • test_well_known_paths LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognito::test_well_known_paths HTTP Status Code: 200
    • test_cognito_identity_get_id_region_matches LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognitoIdentity::test_cognito_identity_get_id_region_matches HTTP Status Code: 200
    • test_create_identity_get_id LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestCognitoIdentity::test_create_identity_get_id 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_pre_generation_token_trigger_v2 LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_pre_generation_token_trigger_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_trigger_params LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_user_migration_lambda[None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
    • test_user_migration_lambda[aliases1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
    • test_user_migration_lambda[aliases2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
    • test_create_user_with_email_uses_sub_as_username[False-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[False-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-False-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-None] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_user_with_email_uses_sub_as_username[True-True-email] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_custom_attributes_cannot_be_required LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_custom_attributes_cannot_be_required HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes0] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes1] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_signup_require_phone_email[username_attributes2] LocalStack Pro: tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_connection_kinesis LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_connection_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_endpoint_invalid LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_create_endpoint_invalid HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_source_endpoint_mysql_with_tags LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_create_source_endpoint_mysql_with_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_target_endpoint_kinesis LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_create_target_endpoint_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_replication_instance_error LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_delete_replication_instance_error HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_filter LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_describe_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_test_connection_settings LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_invalid_test_connection_settings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_replication_subnet_groups LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_replication_subnet_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_replication_task LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_replication_task HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[aurora-postgresql-serverless] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora-postgresql-serverless] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[aurora-postgresql] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora-postgresql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[aurora-serverless] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora-serverless] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[aurora] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[azure-sql-managed-instance] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[azure-sql-managed-instance] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[azuredb] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[azuredb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[babelfish] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[babelfish] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[db2-zos] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[db2-zos] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[db2] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[db2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[dms-transfer] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[dms-transfer] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[docdb] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[docdb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[dynamodb] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[dynamodb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[elasticsearch] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[elasticsearch] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[gcp-mysql] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[gcp-mysql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[kafka] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[kafka] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[kinesis] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[kinesis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[mariadb] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[mongodb] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[mongodb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[mysql] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[mysql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[neptune] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[neptune] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[opensearch] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[opensearch] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[oracle] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[oracle] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[postgres] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[postgres] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[redis] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[redshift-serverless] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[redshift-serverless] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[redshift] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[redshift] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[s3] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[s3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[sqlserver] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[sqlserver] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[sybase] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[sybase] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_settings[timestream] LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[timestream] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoint_types LocalStack Pro: tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_query_db LocalStack Pro: tests/aws/services/docdb/test_docdb.py::TestDocDB::test_create_query_db HTTP Status Code: 200
    • test_create_query_db_with_port LocalStack Pro: tests/aws/services/docdb/test_docdb.py::TestDocDB::test_create_query_db_with_port HTTP Status Code: 200
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • test_associate_and_disassociate_vpc_cidr_block LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2::test_associate_and_disassociate_vpc_cidr_block HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_connect_to_localstack[ec2_ssh_connection0] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_connect_to_localstack[ec2_ssh_connection0] HTTP Status Code: 200
    • test_connect_to_localstack[ec2_ssh_connection1] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_connect_to_localstack[ec2_ssh_connection1] HTTP Status Code: 200
    • test_connect_to_localstack[ec2_ssh_connection2] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_connect_to_localstack[ec2_ssh_connection2] HTTP Status Code: 200
    • test_create_instance_with_ebs_create_fs LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_create_instance_with_ebs_create_fs HTTP Status Code: 200
    • test_describe_images LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_images HTTP Status Code: 200
    • test_describe_images_with_podman_localhost_prefix LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_images_with_podman_localhost_prefix HTTP Status Code: 200
    • test_describe_instances LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_instances HTTP Status Code: 200
    • test_instance_metadata_service LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_instance_metadata_service HTTP Status Code: 200
    • test_ssh_key_pairs[ec2_ssh_connection0] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_ssh_key_pairs[ec2_ssh_connection0] HTTP Status Code: 200
    • test_ssh_key_pairs[ec2_ssh_connection1] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_ssh_key_pairs[ec2_ssh_connection1] HTTP Status Code: 200
    • test_ssh_key_pairs[ec2_ssh_connection2] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_ssh_key_pairs[ec2_ssh_connection2] HTTP Status Code: 200
    • test_stop_start_terminate_instances_for_invalid_instance_id_raises[start_instances] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_stop_start_terminate_instances_for_invalid_instance_id_raises[start_instances] HTTP Status Code: 200
    • test_stop_start_terminate_instances_for_invalid_instance_id_raises[stop_instances] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_stop_start_terminate_instances_for_invalid_instance_id_raises[stop_instances] HTTP Status Code: 200
    • test_stop_start_terminate_instances_for_invalid_instance_id_raises[terminate_instances] LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_stop_start_terminate_instances_for_invalid_instance_id_raises[terminate_instances] HTTP Status Code: 200
    • test_user_data LocalStack Pro: tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_user_data HTTP Status Code: 200
    • test_ami_id LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_ami_id HTTP Status Code: 200
    • test_ami_launch_index LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_ami_launch_index HTTP Status Code: 200
    • test_imdsv2_ttl LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_imdsv2_ttl HTTP Status Code: 200
    • test_instance_id LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_instance_id HTTP Status Code: 200
    • test_instance_identity_document LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_instance_identity_document HTTP Status Code: 200
    • test_instance_type LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_instance_type HTTP Status Code: 200
    • test_local_hostname LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_local_hostname HTTP Status Code: 200
    • test_local_ipv4 LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_local_ipv4 HTTP Status Code: 200
    • test_metadata_categories LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_metadata_categories HTTP Status Code: 200
    • test_public_hostname LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_public_hostname HTTP Status Code: 200
    • test_public_ipv4 LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_public_ipv4 HTTP Status Code: 200
    • test_versions LocalStack Pro: tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_versions HTTP Status Code: 200
    • test_auth_token_in_different_regions LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_auth_token_in_different_regions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_delete_images_tag_and_digest LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_batch_delete_images_tag_and_digest HTTP Status Code: 200
    • test_batch_get_image LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_batch_get_image HTTP Status Code: 200
    • test_batch_get_images_tag_and_digest LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_batch_get_images_tag_and_digest HTTP Status Code: 200
    • test_create_delete_image LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_create_delete_image HTTP Status Code: 200
    • test_delete_images LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_delete_images HTTP Status Code: 200
    • test_describe_images LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_describe_images HTTP Status Code: 200
    • test_describe_images_non_existent_repository_registry LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_describe_images_non_existent_repository_registry HTTP Status Code: 200
    • test_ecr_tagging LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_ecr_tagging HTTP Status Code: 200
    • test_get_authorization_token LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_get_authorization_token HTTP Status Code: 200
    • test_lifecycle_policy LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_lifecycle_policy HTTP Status Code: 200
    • test_list_images LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_list_images HTTP Status Code: 200
    • test_put_image[application/vnd.docker.distribution.manifest.v1+json] LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_put_image[application/vnd.docker.distribution.manifest.v1+json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_image[application/vnd.docker.distribution.manifest.v2+json] LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_put_image[application/vnd.docker.distribution.manifest.v2+json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_image[application/vnd.oci.image.manifest.v1+json] LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_put_image[application/vnd.oci.image.manifest.v1+json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_image_tag_mutability LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_put_image_tag_mutability HTTP Status Code: 200
    • test_registry_scanning_configuration LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_registry_scanning_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_repository_deletion_in_registry LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_repository_deletion_in_registry HTTP Status Code: 200
    • test_repository_lifecycle LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_repository_lifecycle HTTP Status Code: 200
    • test_two_different_repositories LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECR::test_two_different_repositories HTTP Status Code: 200
    • test_ecr_custom_localstack_host_endpoint LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECREndpoints::test_ecr_custom_localstack_host_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ecr_default_endpoint LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECREndpoints::test_ecr_default_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ecr_localhost_domain_endpoint LocalStack Pro: tests/aws/services/ecr/test_ecr.py::TestECREndpoints::test_ecr_localhost_domain_endpoint HTTP Status Code: 200
    • test_cluster_capacity_providers LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestClustersCrud::test_cluster_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_default_name LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestClustersCrud::test_cluster_default_name HTTP Status Code: 200 AWS validated
    • test_delete_cluster_status LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestClustersCrud::test_delete_cluster_status HTTP Status Code: 200 AWS validated
    • test_correct_number_of_containers LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_correct_number_of_containers HTTP Status Code: 200
    • test_set_apparmor_profile LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_set_apparmor_profile HTTP Status Code: 200
    • test_start_and_stop_task[run_task] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_start_and_stop_task[run_task] HTTP Status Code: 200
    • test_start_and_stop_task[start_task] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_start_and_stop_task[start_task] HTTP Status Code: 200
    • test_start_task_docker_flags LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_start_task_docker_flags HTTP Status Code: 200
    • test_task_mount_host_volume LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_task_mount_host_volume HTTP Status Code: 200
    • test_create_delete_service LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestServiceCrud::test_create_delete_service HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
    • test_create_task_with_secrets[False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[False] HTTP Status Code: 200 AWS validated
    • test_create_task_with_secrets[True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True] HTTP Status Code: 200 AWS validated
    • test_describe_service_with_task_definition LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_describe_service_with_task_definition HTTP Status Code: 200
    • test_ecs_task_multiple LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_multiple HTTP Status Code: 200
    • test_ecs_task_overrides LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_overrides HTTP Status Code: 200
    • test_environment_variable_expansion LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_environment_variable_expansion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failed_tasks_log_to_cloudwatch LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_failed_tasks_log_to_cloudwatch HTTP Status Code: 200 AWS validated
    • test_get_aws_execution_env_from_task[FARGATE] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_get_aws_execution_env_from_task[FARGATE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_read_from_json_secret[False-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_read_from_json_secret[False-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_read_from_json_secret[False-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_read_from_json_secret[False-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_read_from_json_secret[True-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_read_from_json_secret[True-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_simple_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_run_simple_task HTTP Status Code: 200 AWS validated
    • test_run_task_non_default_region LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_run_task_non_default_region HTTP Status Code: 200
    • test_start_task_definition_multiple_times LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_definition_multiple_times HTTP Status Code: 200
    • test_start_task_definition_with_cap_drop LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_definition_with_cap_drop HTTP Status Code: 200 AWS validated
    • test_start_task_state_stopped LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_state_stopped HTTP Status Code: 200 AWS validated
    • test_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
    • test_task_connect_to_localstack[dns] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_connect_to_localstack[dns] HTTP Status Code: 200
    • test_task_connect_to_localstack[envar] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_connect_to_localstack[envar] HTTP Status Code: 200
    • test_task_generates_logs_live LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_generates_logs_live HTTP Status Code: 200 AWS validated
    • test_create_task_definition LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_err[None-None] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[None-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_err[invalid name-invalid image] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[invalid name-invalid image] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_err[invalid name-valid_image] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[invalid name-valid_image] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_err[valid_name-invalid image] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[valid_name-invalid image] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[$test-container-alpine-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[$test-container-alpine-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[@test-container-alpine-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[@test-container-alpine-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-alpine-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-alpine-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-alpine-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-alpine-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test container-alpine-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test container-alpine-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-@library/alpine:latest-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-@library/alpine:latest-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpin e:3.12.0-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpin e:3.12.0-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine 3.12.0-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine 3.12.0-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine:3.12-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine:3.12-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine:latest-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine:latest-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine:latest@sha256:1234567890-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine:latest@sha256:1234567890-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@3.12.0-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@3.12.0-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha256:1234567890-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:1234567890-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha256:1fd62556954250bac80d601a196bb7fd480ceba7c10e94dd8fd4c6d1c08783d5-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:1fd62556954250bac80d601a196bb7fd480ceba7c10e94dd8fd4c6d1c08783d5-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@s-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@s-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha384:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha384:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-alpine@sha512:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha512:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-docker.io/nginx-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-docker.io/nginx-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-library/@alpine:latest-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/@alpine:latest-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-library/alpine-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/alpine-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-library/alpine@latest-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/alpine@latest-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-library/image@name-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/image@name-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-library/image@name:latest-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/image@name:latest-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-localhost.localstack.cloud:4510/cdk-hnb659fds-container-assets-111111111111-us-east-1:5f423786c2e2f4ca36a670185bfd1e7f44f59942e3f5ad1994fcf1a1d1d66ba0-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-localhost.localstack.cloud:4510/cdk-hnb659fds-container-assets-111111111111-us-east-1:5f423786c2e2f4ca36a670185bfd1e7f44f59942e3f5ad1994fcf1a1d1d66ba0-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-public.ecr.aws/xray/aws-xray-daemon:3.x-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-public.ecr.aws/xray/aws-xray-daemon:3.x-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test-container-public.ecr.aws/xray/aws-xray-daemon:v3.0.0-True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-public.ecr.aws/xray/aws-xray-daemon:v3.0.0-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_definition_validation[test@container-alpine-False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test@container-alpine-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_tasks_list_tasks LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_describe_tasks_list_tasks HTTP Status Code: 200
    • test_describe_undefined_task_definition LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_describe_undefined_task_definition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fargate_task_definition_optional_container_memory LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_fargate_task_definition_optional_container_memory HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_services_no_default_cluster LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_list_services_no_default_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[---//##@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[---//##@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[4XgV944vEl7DEI_0u-V5Iefh34/n/tBH1LB9mQwcKrU8d46z9O5HSanNKePtt-7] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[4XgV944vEl7DEI_0u-V5Iefh34/n/tBH1LB9mQwcKrU8d46z9O5HSanNKePtt-7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[4] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[4] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[:::///__55::::://---:1abc::/] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[:::///__55::::://---:1abc::/] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[Bj1O3Eca4TbwL0rDcG3ygAf7McQ3gt_tg_R-qX1H1yDB71b35wABQsegTXbQ5qrkPM7Tr0ygOXgK6ZNDOAf4wREWc91mJQyxTab-GfSkorRKiA7NU21nSOnc4KmJhjFsHBZijJQ-6] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[Bj1O3Eca4TbwL0rDcG3ygAf7McQ3gt_tg_R-qX1H1yDB71b35wABQsegTXbQ5qrkPM7Tr0ygOXgK6ZNDOAf4wREWc91mJQyxTab-GfSkorRKiA7NU21nSOnc4KmJhjFsHBZijJQ-6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[GgzXW5Aeul2NyL-U] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[GgzXW5Aeul2NyL-U] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[Tvx:JfmMbtmTUK0jUOIgqGh2G2hhU/XkTqJ16Q8m2o9PW6ujNuCHR47JpNg/kfOB9dI_18IVC7EiJzFpG9aqhbkDvyhxy77jEoy6:Tb03NQdF4NeqdFRbBqJybhk75Ww7fYaHne5wbZ9dy] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[Tvx:JfmMbtmTUK0jUOIgqGh2G2hhU/XkTqJ16Q8m2o9PW6ujNuCHR47JpNg/kfOB9dI_18IVC7EiJzFpG9aqhbkDvyhxy77jEoy6:Tb03NQdF4NeqdFRbBqJybhk75Ww7fYaHne5wbZ9dy] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[aA9-_:./#--__::..//##----____::::....////####] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[aA9-_:./#--__::..//##----____::::....////####] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[d9pkoMtZEFO8p2CDyH0rTyOj7Spnc4-biWjFiOx703/:t4yM10ps-wD1bpFkSrRo2CJAXHGQP8p_4oo16gh_67U3h5VorSdjqV-Vz6eyJwPepo2Ir55xFaHYRWgO3kK4pbyqO_2ErwmpeHk0Sd0lGssJ4HA2MvEyEu_sp/3] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[d9pkoMtZEFO8p2CDyH0rTyOj7Spnc4-biWjFiOx703/:t4yM10ps-wD1bpFkSrRo2CJAXHGQP8p_4oo16gh_67U3h5VorSdjqV-Vz6eyJwPepo2Ir55xFaHYRWgO3kK4pbyqO_2ErwmpeHk0Sd0lGssJ4HA2MvEyEu_sp/3] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[f__HiUvwLQCeJZzX-0] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[f__HiUvwLQCeJZzX-0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[fe9GzAA4hd/qFI6/sJcKhqlOF6OAXGbD3d] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[fe9GzAA4hd/qFI6/sJcKhqlOF6OAXGbD3d] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[hBupzM9E-Ajmao_PTEtKnLEXhlG_ryeYr154XNr] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[hBupzM9E-Ajmao_PTEtKnLEXhlG_ryeYr154XNr] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[hc41/xpz24pgyiYWwnQK8hBghmY5Hgtw-cxD4scBcdi96LO_gSHvY/do6Z3T4IHz_uRrFCMgI_KWZl9hnLlkBRW1UGu0YNEmAY9EFoCOV8RDWnnkCSlBO6vSM6gxmfFBdC6wcC0WCIYSDJA60EK8X2DwGjq/30l] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[hc41/xpz24pgyiYWwnQK8hBghmY5Hgtw-cxD4scBcdi96LO_gSHvY/do6Z3T4IHz_uRrFCMgI_KWZl9hnLlkBRW1UGu0YNEmAY9EFoCOV8RDWnnkCSlBO6vSM6gxmfFBdC6wcC0WCIYSDJA60EK8X2DwGjq/30l] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[oYqqnY9b2K4sit13Wnovcu_GSPZpbeGjuwOb3L56CvxiIOOkXdnbYRpKnDZNoc9w_qQpw7bnM150] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[oYqqnY9b2K4sit13Wnovcu_GSPZpbeGjuwOb3L56CvxiIOOkXdnbYRpKnDZNoc9w_qQpw7bnM150] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[xeFs8NP5bbAJzMyZQFbimPA2TofLZDNnnISSSOBkQni02E/e9/47M6X39MaOWTd0j/1] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[xeFs8NP5bbAJzMyZQFbimPA2TofLZDNnnISSSOBkQni02E/e9/47M6X39MaOWTd0j/1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_loose_image_name_regex[yLY820GqBFD00C6ahzLb_LBeX-gG:ySaayu29uIp2L7fZaZJOy0q1N0F7JJBI] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[yLY820GqBFD00C6ahzLb_LBeX-gG:ySaayu29uIp2L7fZaZJOy0q1N0F7JJBI] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_task_definition LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_tag_task_definition HTTP Status Code: 200 AWS validated
    • test_update_cluster LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_update_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_access_point LocalStack Pro: tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_access_point HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_filesystem LocalStack Pro: tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_create_filesystem HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lifecycle_configuration LocalStack Pro: tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_lifecycle_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_mount_target LocalStack Pro: tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_mount_target HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_additional_amis_present LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_additional_amis_present HTTP Status Code: 200
    • test_get_parameters_eks_amis[1.19] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.19] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.20] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.20] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.21] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.21] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.22] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.22] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.23] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.23] HTTP Status Code: 200 AWS validated
    • test_create_app_in_k3s_cluster LocalStack Pro: tests/aws/services/eks/test_eks.py::TestK3SCluster::test_create_app_in_k3s_cluster HTTP Status Code: 200
    • test_ecr_eks_integration LocalStack Pro: tests/aws/services/eks/test_eks.py::TestK3SCluster::test_ecr_eks_integration HTTP Status Code: 200
    • test_ecr_eks_integration_multiple_nodes LocalStack Pro: tests/aws/services/eks/test_eks.py::TestK3SCluster::test_ecr_eks_integration_multiple_nodes HTTP Status Code: 200
    • test_pull_public_s3_image_with_transparent_endpoint_injection LocalStack Pro: tests/aws/services/eks/test_eks.py::TestK3SCluster::test_pull_public_s3_image_with_transparent_endpoint_injection HTTP Status Code: 200
    • test_basic_crud_replication_group_non_cluster LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_basic_crud_replication_group_non_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cache_cluster_default_crud LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cache_cluster_default_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_no_cache_type LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cluster_no_cache_type HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_no_engine LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cluster_no_engine HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cluster_redis_num_nodes_greater_than_one LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cluster_redis_num_nodes_greater_than_one HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_replication_group_no_cache_type LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_no_cache_type HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_replication_group_no_engine LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_no_engine HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_replication_group_primary_cluster_invalid_parameter_combination[CacheNodeType] LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_invalid_parameter_combination[CacheNodeType] HTTP Status Code: 200 AWS validated
    • test_replication_group_primary_cluster_invalid_parameter_combination[EngineVersion] LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_invalid_parameter_combination[EngineVersion] HTTP Status Code: 200 AWS validated
    • test_replication_group_primary_cluster_invalid_parameter_combination[Engine] LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_invalid_parameter_combination[Engine] HTTP Status Code: 200 AWS validated
    • test_replication_group_primary_cluster_non_existing LocalStack Pro: tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_non_existing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_redis_connection LocalStack Pro: tests/aws/services/elasticache/test_elasticache_redis.py::TestCacheCluster::test_redis_connection HTTP Status Code: 200
    • test_manage_application_versions LocalStack Pro: tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_application_versions HTTP Status Code: 200
    • test_manage_applications LocalStack Pro: tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_applications HTTP Status Code: 200
    • test_manage_environments LocalStack Pro: tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_environments HTTP Status Code: 200
    • test_create_list_read_pipeline LocalStack Pro: tests/aws/services/elastictranscoder/test_elastictranscoder.py::TestElasticTranscoder::test_create_list_read_pipeline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alb_modify_attributes LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_modify_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alb_set_ip_address_type LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_set_ip_address_type HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_redirect_listener LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_describe_load_balancers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_describe_load_balancers 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_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_attributes_deregistration LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_deregistration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_attributes_stickiness[HTTP-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_attributes_stickiness[HTTPS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_healthcheck_interval[HTTP-True] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[HTTP-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_healthcheck_interval[HTTPS-True] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[HTTPS-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_healthcheck_interval[TCP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_healthcheck_interval[TCP_UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP_UDP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_healthcheck_interval[TLS-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TLS-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_healthcheck_interval[UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[UDP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[GENEVE] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[GENEVE] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[HTTPS] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTPS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[HTTP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[TCP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[TCP_UDP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP_UDP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[TLS] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TLS] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_protocol_default_values[UDP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[UDP] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_target_type_default_values[alb] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[alb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_target_type_default_values[instance] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[instance] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_target_type_default_values[ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[ip] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_target_group_target_type_default_values[lambda] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[lambda] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_stack_operations LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ssm_get_attribute[with-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[with-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ssm_get_attribute[without-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[without-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 200 AWS validated
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multi_label LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_multi_label HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_execute_statement_setup[postgres-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_column_metadata_for_mysql[mysql-v1] LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[mysql-v1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failover LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_failover HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgis_extension[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[16] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated
    • test_events_events LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events HTTP Status Code: 400 (AccessDeniedException) AWS validated

PutPermission

Parameters: Action, EventBusName, Principal, StatementId
  • LocalStack Community
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
Parameters: EventBusName, Policy
  • LocalStack Community
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200 AWS validated
  • LocalStack Pro
    • test_eventbridge_policies LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested

PutRule

Parameters: Description, EventPattern, Name, State
  • LocalStack Community
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
Parameters: EventBusName, EventPattern, Name
  • LocalStack Community
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_nested_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
    • test_put_events_with_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_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: EventBusName, EventPattern, Name, ScheduleExpression
  • LocalStack Community
    • 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_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_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
Parameters: EventBusName, EventPattern, Name, State
  • LocalStack Community
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_to_default_eventbus_for_custom_eventbus 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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
  • LocalStack Pro
    • 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_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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
Parameters: EventPattern, Name
  • LocalStack Community
    • test_rule_properties LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_rule_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • test_list_tags_for_resource LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200 AWS validated
    • test_put_rule LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule HTTP Status Code: 200 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
Parameters: EventPattern, Name, State
  • LocalStack Community
    • 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_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_to_default_eventbus_for_custom_eventbus 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
  • LocalStack Pro
    • 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
Parameters: Name, ScheduleExpression
  • LocalStack Community
    • test_event_rule_creation_without_target LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
    • 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_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_integrations.py::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
    • test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 day)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 day)] HTTP Status Code: 200 AWS validated
    • test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 hour)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 hour)] HTTP Status Code: 200 AWS validated
    • test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 minute)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 minute)] HTTP Status Code: 200 AWS validated
    • test_rule_disable LocalStack Community: tests/aws/services/events/test_events_rules.py::test_rule_disable HTTP Status Code: 200 AWS validated
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_put_rule_invalid_rate_schedule_expression[ rate(10 minutes)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[ rate(10 minutes)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate( 10 minutes )] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate( 10 minutes )] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate()] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate()] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(-10 minutes)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(-10 minutes)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(0 minutes)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(0 minutes)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(1 days)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(1 days)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(1 hours)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(1 hours)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(1 minutes)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(1 minutes)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 MINUTES)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 MINUTES)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 day)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 day)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 hour)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 hour)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 minute)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 minute)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 minutess)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 minutess)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 seconds)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 seconds)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10 years)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10 years)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(10)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(10)] HTTP Status Code: 400 (ValidationException) AWS validated
    • test_put_rule_invalid_rate_schedule_expression[rate(foo minutes)] LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_rule_invalid_rate_schedule_expression[rate(foo minutes)] HTTP Status Code: 400 (ValidationException) AWS validated
Parameters: Name, ScheduleExpression, State
  • LocalStack Community
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200

PutTargets

Parameters: EventBusName, Rule, Targets
  • LocalStack Community
    • test_event_rule_to_logs LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200 AWS validated
    • test_events_sqs_sns_lambda LocalStack Community: tests/aws/services/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
    • test_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_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_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
  • LocalStack Pro
    • 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_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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
Parameters: Rule, Targets
  • LocalStack Community
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • 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_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • 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_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::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_integrations.py::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • 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_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_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_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda 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_put_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 400 (ValidationException) 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: 400 (ValidationException) 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_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_subscribe_ecs_events LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200

RemovePermission

Parameters: EventBusName, RemoveAllPermissions, StatementId
  • LocalStack Community
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200 AWS validated
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 400 (ResourceNotFoundException)
    • test_eventbus_policies LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_eventbus_policy_statement LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 400 (ResourceNotFoundException) AWS validated

RemoveTargets

Parameters: EventBusName, Force, Ids, Rule
  • LocalStack Community
    • 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_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_into_event_bus[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::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::TestEventsEventBus::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::TestEventsEventBus::test_put_events_into_event_bus[standard] HTTP Status Code: 200
    • test_put_events_with_input_path LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputPath::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_inputs.py::TestEventsInputPath::test_put_events_with_input_path_multiple HTTP Status Code: 200
    • test_put_events_with_input_transformation_to_sqs LocalStack Community: tests/aws/services/events/test_events_inputs.py::TestEventsInputTransformers::test_put_events_with_input_transformation_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_firehose HTTP Status Code: 200
    • test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda HTTP Status Code: 200
    • test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_lambda_list_entry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_sns[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[domain] HTTP Status Code: 200
    • test_put_events_with_target_sns[path] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[path] HTTP Status Code: 200
    • test_put_events_with_target_sns[standard] LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_sns[standard] HTTP Status Code: 200
    • test_put_events_with_target_sqs LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
    • test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
    • test_put_events_with_rule_anything_but_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_anything_but_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_false_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_false_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_rule_exists_true_to_sqs LocalStack Community: tests/aws/services/events/test_events_rules.py::test_put_events_with_rule_exists_true_to_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • 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_logs LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs 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
Parameters: EventBusName, Ids, Rule
  • LocalStack Community
    • test_scheduled_rule_sqs LocalStack Community: tests/aws/services/events/scheduled_rules/test_events_scheduled_rules_sqs.py::test_scheduled_rule_sqs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_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_target_id_validation LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventsEventBus::test_put_events_to_default_eventbus_for_custom_eventbus 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_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_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
  • LocalStack Pro
    • test_events_firehose LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
    • test_events_kinesis LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis 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
Parameters: Force, Ids, Rule
  • LocalStack Community
    • test_cfn_handle_events_rule LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
    • test_cfn_handle_events_rule_without_name LocalStack Community: tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth1] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events_integrations.py::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_integrations.py::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_integrations.py::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • LocalStack Pro
    • 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
Parameters: Ids, Rule
  • LocalStack Community
    • test_should_ignore_schedules_for_put_event LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
  • 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

TagResource

Parameters: ResourceARN, Tags
  • LocalStack Community
    • test_list_tags_for_resource LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200 AWS validated

TestEventPattern

Parameters: Event, EventPattern
  • LocalStack Community
    • test_test_event_pattern[arrays] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[arrays] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[arrays_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[arrays_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[arrays_empty_null_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[arrays_empty_null_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[boolean] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[boolean] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[boolean_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[boolean_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[complex_many_rules] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[complex_many_rules] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[complex_multi_match] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[complex_multi_match] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[complex_multi_match_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[complex_multi_match_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[complex_or_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[complex_or_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_ignorecase_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_ignorecase_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_ignorecase_list_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_ignorecase_list_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_number] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_number] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_number_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_number_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_number_list] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_number_list] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_number_list_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_number_list_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_string] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_string_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_string_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_string_list] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_string_list] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_but_string_list_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_but_string_list_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_prefix] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_prefix] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_prefix_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_prefix_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_anything_suffix_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_anything_suffix_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_exists] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_exists] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_exists_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_exists_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_exists_false_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_exists_false_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_ip_address_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_ip_address_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_numeric_and_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_numeric_and_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_prefix] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_prefix] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_prefix_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_prefix_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_suffix_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_suffix_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_suffix_ignorecase_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_suffix_ignorecase_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_wildcard_nonrepeating_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_wildcard_nonrepeating_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[content_wildcard_repeating_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[content_wildcard_repeating_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[dot_joining_event_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[dot_joining_event_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[dot_joining_pattern_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[dot_joining_pattern_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[dynamodb] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[dynamodb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[exists_dynamodb] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[exists_dynamodb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[key_case_sensitive_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[key_case_sensitive_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[list_within_dict] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[list_within_dict] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[minimal] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[minimal] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[null_value] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[null_value] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[null_value_NEG] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[null_value_NEG] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[number_comparison_float] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[number_comparison_float] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[operator_multiple_list] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[operator_multiple_list] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[or-anything-but] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[or-anything-but] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[prefix] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[prefix] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[sample1] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[sample1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[string] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern[string_empty] LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern[string_empty] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_test_event_pattern_with_escape_characters LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern_with_escape_characters HTTP Status Code: 200 AWS validated
    • test_test_event_pattern_with_multi_key LocalStack Community: tests/aws/services/events/test_event_patterns.py::test_test_event_pattern_with_multi_key HTTP Status Code: 200 AWS validated
    • test_event_pattern LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_event_pattern HTTP Status Code: 200 AWS validated Snapshot Tested

UntagResource

Parameters: ResourceARN, TagKeys
  • LocalStack Community
    • test_list_tags_for_resource LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200 AWS validated


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