EventBridge
Implementation details for API events
Coverage Overview
EventBridge
is supported by LocalStack
in the community version.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Edition | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
ActivateEventSource | ||||||||
CancelReplay | ✔️ | community | ✔️ | |||||
CreateApiDestination | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
CreateArchive | ✔️ | community | ✔️ | ✔️ | ||||
CreateConnection | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
CreateEndpoint | ||||||||
CreateEventBus | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreatePartnerEventSource | ||||||||
DeactivateEventSource | ||||||||
DeauthorizeConnection | ||||||||
DeleteApiDestination | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
DeleteArchive | ✔️ | community | ✔️ | ✔️ | ||||
DeleteConnection | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
DeleteEndpoint | ||||||||
DeleteEventBus | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeletePartnerEventSource | ||||||||
DeleteRule | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeApiDestination | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
DescribeArchive | ✔️ | community | ✔️ | ✔️ | ||||
DescribeConnection | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
DescribeEndpoint | ||||||||
DescribeEventBus | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeEventSource | ||||||||
DescribePartnerEventSource | ||||||||
DescribeReplay | ✔️ | community | ✔️ | |||||
DescribeRule | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DisableRule | ✔️ | community | ✔️ | ✔️ | Show Tests | |||
EnableRule | ✔️ | community | ✔️ | |||||
ListApiDestinations | ✔️ | community | ✔️ | |||||
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 | ||||||||
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 | ||||||
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.
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, HttpMethod, InvocationEndpoint, Name
- LocalStack Community
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
CreateConnection
Parameters: AuthParameters, AuthorizationType, Description, Name
- LocalStack Community
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
- LocalStack Community
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
- test_create_connection_validations LocalStack Community: tests/integration/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/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_kinesis LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_kinesis HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_target_sqs_new_region LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Pro
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (AccessDeniedException)
DeleteApiDestination
Parameters: Name
- LocalStack Community
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
DeleteConnection
Parameters: Name
- LocalStack Community
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/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/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- LocalStack Pro
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
DeleteRule
Parameters: EventBusName, Force, Name
- LocalStack Community
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- LocalStack Pro
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
- test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
- test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 day)] LocalStack Community: tests/integration/test_events.py::TestEvents::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/integration/test_events.py::TestEvents::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/integration/test_events.py::TestEvents::test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 minute)] HTTP Status Code: 200 AWS validated
- test_list_tags_for_resource LocalStack Community: tests/integration/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200
- test_put_rule LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_rule HTTP Status Code: 200
- test_rule_disable LocalStack Community: tests/integration/test_events.py::TestEvents::test_rule_disable HTTP Status Code: 200
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
- LocalStack Community
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_scheduled_lambda LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
- LocalStack Pro
- test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
- test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
DescribeApiDestination
Parameters: Name
- LocalStack Community
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
DescribeConnection
Parameters: Name
- LocalStack Community
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 400 (ResourceNotFoundException)
DescribeEventBus
Parameters: Name
- LocalStack Community
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 400 (ResourceNotFoundException)
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 400 (ResourceNotFoundException)
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 400 (ResourceNotFoundException)
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 400 (ResourceNotFoundException)
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 400 (ResourceNotFoundException)
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 400 (ResourceNotFoundException)
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (ResourceNotFoundException)
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 400 (ResourceNotFoundException)
DescribeRule
Parameters: EventBusName, Name
- LocalStack Community
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 400 (ResourceNotFoundException)
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 400 (ResourceNotFoundException)
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200
- test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
- test_nested_output_in_params LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
- test_event_rule_creation_without_target LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
- test_create_stack_set_with_stack_instances LocalStack Community: tests/integration/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 400 (ResourceNotFoundException)
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 400 (ResourceNotFoundException)
- test_event_rule_creation_without_target LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 400 (ResourceNotFoundException)
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
DisableRule
Parameters: Name
- LocalStack Community
- test_rule_disable LocalStack Community: tests/integration/test_events.py::TestEvents::test_rule_disable HTTP Status Code: 200
ListConnections
Parameters: - (without any parameters)
- LocalStack Community
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
ListEventBuses
Parameters: - (without any parameters)
- LocalStack Community
- test_cfn_event_bus_resource LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_event_bus_resource HTTP Status Code: 200
ListRules
Parameters: - (without any parameters)
- LocalStack Community
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_rule_disable LocalStack Community: tests/integration/test_events.py::TestEvents::test_rule_disable HTTP Status Code: 200
- test_event_rules_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
- LocalStack Community
- test_event_rules_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
- LocalStack Community
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_put_rule LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_rule HTTP Status Code: 200
- test_rule_disable LocalStack Community: tests/integration/test_events.py::TestEvents::test_rule_disable HTTP Status Code: 200
ListTagsForResource
Parameters: ResourceARN
- LocalStack Community
- test_list_tags_for_resource LocalStack Community: tests/integration/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200
ListTargetsByRule
Parameters: EventBusName, Rule
- LocalStack Community
- test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
- test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200
- test_nested_output_in_params LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
- test_create_stack_set_with_stack_instances LocalStack Community: tests/integration/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
- test_pickle_ec2_backend LocalStack Community: tests/integration/test_ec2.py::test_pickle_ec2_backend HTTP Status Code: 200
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 400 (ResourceNotFoundException)
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
PutEvents
Parameters: Entries
- LocalStack Community
- test_create_change_set_with_ssm_parameter LocalStack Community: tests/integration/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200
- test_cdk_bootstrap[10] LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
- test_cdk_bootstrap[11] LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
- test_cdk_bootstrap[12] LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
- test_cdk_bootstrap_redeploy LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
- test_waitcondition LocalStack Community: tests/integration/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
- test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200
- test_parameter_defaults LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
- test_update_ssm_parameter_tag LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
- test_update_ssm_parameters LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
- test_base64_sub_and_getatt_functions LocalStack Community: tests/integration/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/integration/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
- test_split_length_and_join_functions LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
- test_capabilities_requirements LocalStack Community: tests/integration/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/integration/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/integration/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
- test_validate_lambda_internals LocalStack Community: tests/integration/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/integration/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/integration/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200
- test_resolve_ssm_secure LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
- test_resolve_ssm_with_version LocalStack Community: tests/integration/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200
- test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
- test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_events_state_machine LocalStack Community: tests/integration/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine HTTP Status Code: 200
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_events_written_to_disk_are_timestamp_prefixed_for_chronological_ordering HTTP Status Code: 200
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_event_without_detail LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_without_detail HTTP Status Code: 200
- test_put_event_without_source LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_without_source HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_kinesis LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_kinesis HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_target_sqs_new_region LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
- test_get_parameters_and_secrets LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 200 AWS validated
- test_put_parameters LocalStack Community: tests/integration/test_ssm.py::TestSSM::test_put_parameters HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_servicediscovery_ecs_integration LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
- test_api_mapping_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_api_mapping_deployment HTTP Status Code: 200
- test_create_apigatewayv2_resources LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources HTTP Status Code: 200
- test_domain_name_attributes LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Apis::test_domain_name_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_apigateway_authorizer LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer HTTP Status Code: 200
- test_create_apigateway_authorizer_client_credentials LocalStack Pro: tests/integration/cloudformation/resources/test_apigwv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials HTTP Status Code: 200
- test_application_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_appconfig.py::test_application_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_graphql_schema LocalStack Pro: tests/integration/cloudformation/resources/test_appsync.py::test_graphql_schema HTTP Status Code: 200 AWS validated Snapshot Tested
- test_graphqlapi LocalStack Pro: tests/integration/cloudformation/resources/test_appsync.py::test_graphqlapi HTTP Status Code: 200 AWS validated Snapshot Tested
- test_athena LocalStack Pro: tests/integration/cloudformation/resources/test_athena.py::test_athena HTTP Status Code: 200 AWS validated Snapshot Tested
- test_autoscaling_group LocalStack Pro: tests/integration/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cache_policies LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_cache_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cloudfront_distribution_with_logging LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_stack_cloudfront LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront HTTP Status Code: 200
- test_origin_access_control LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_origin_access_control HTTP Status Code: 200 AWS validated Snapshot Tested
- test_origin_request_policies LocalStack Pro: tests/integration/cloudformation/resources/test_cloudfront.py::test_origin_request_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cognito_custom_ids LocalStack Pro: tests/integration/cloudformation/resources/test_cognito.py::test_cognito_custom_ids HTTP Status Code: 200
- test_cognito_role_attachment LocalStack Pro: tests/integration/cloudformation/resources/test_cognito.py::test_cognito_role_attachment HTTP Status Code: 200
- test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
- test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
- test_ec2_launch_template LocalStack Pro: tests/integration/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/integration/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation HTTP Status Code: 200
- test_url_output LocalStack Pro: tests/integration/cloudformation/resources/test_ecr.py::test_url_output HTTP Status Code: 200
- test_capacity_providers LocalStack Pro: tests/integration/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/integration/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/integration/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_url_output LocalStack Pro: tests/integration/cloudformation/resources/test_efs.py::test_url_output HTTP Status Code: 200 AWS validated Snapshot Tested
- test_eks_fargate_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_eks.py::test_eks_fargate_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cache_cluster[redis] LocalStack Pro: tests/integration/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/integration/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_classifier LocalStack Pro: tests/integration/cloudformation/resources/test_glue.py::test_classifier HTTP Status Code: 200 AWS validated Snapshot Tested
- test_database LocalStack Pro: tests/integration/cloudformation/resources/test_glue.py::test_database HTTP Status Code: 200 AWS validated Snapshot Tested
- test_job LocalStack Pro: tests/integration/cloudformation/resources/test_glue.py::test_job HTTP Status Code: 200 AWS validated Snapshot Tested
- test_table LocalStack Pro: tests/integration/cloudformation/resources/test_glue.py::test_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_trigger LocalStack Pro: tests/integration/cloudformation/resources/test_glue.py::test_trigger HTTP Status Code: 200 AWS validated Snapshot Tested
- test_workflow LocalStack Pro: tests/integration/cloudformation/resources/test_glue.py::test_workflow HTTP Status Code: 200 AWS validated Snapshot Tested
- test_role_alias LocalStack Pro: tests/integration/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/integration/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/integration/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
- test_create_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_msk.py::test_create_cluster HTTP Status Code: 200
- test_create_ledgers LocalStack Pro: tests/integration/cloudformation/resources/test_qldb.py::test_create_ledgers HTTP Status Code: 200
- test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_hostedzone_optionaltrailingdot[with_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot] HTTP Status Code: 200
- test_hostedzone_optionaltrailingdot[without_trailing_dot] LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot] HTTP Status Code: 200
- test_hostedzone_with_comment LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated
- test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_receiptrules LocalStack Pro: tests/integration/cloudformation/resources/test_ses.py::test_create_receiptrules HTTP Status Code: 200
- test_create_db_tables LocalStack Pro: tests/integration/cloudformation/resources/test_timestream.py::test_create_db_tables HTTP Status Code: 200
- test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
- test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
- test_assume_role_cw_logs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_cw_logs HTTP Status Code: 200
- test_assume_role_sqs_with_put_role_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy HTTP Status Code: 200
- test_batch_create_compute_environment LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_batch_create_compute_environment HTTP Status Code: 200
- test_enforce_policy_acm LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_acm HTTP Status Code: 200
- test_enforce_policy_apigateway LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_apigateway HTTP Status Code: 200
- test_enforce_policy_cloudformation LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudformation HTTP Status Code: 200
- test_enforce_policy_cloudwatch LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudwatch HTTP Status Code: 200
- test_enforce_policy_dynamodb LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
- test_enforce_policy_elasticsearch LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_elasticsearch HTTP Status Code: 200
- test_enforce_policy_elasticsearch_two_domains LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_elasticsearch_two_domains HTTP Status Code: 200
- test_enforce_policy_elasticsearch_two_domains_two_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_elasticsearch_two_domains_two_policies HTTP Status Code: 200
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
- test_enforce_policy_kinesis LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kinesis HTTP Status Code: 200
- test_enforce_policy_kms LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kms HTTP Status Code: 200
- test_enforce_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 200
- test_enforce_policy_logs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_logs HTTP Status Code: 200
- test_enforce_policy_redshift LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_redshift HTTP Status Code: 200
- test_enforce_policy_s3 LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_s3 HTTP Status Code: 200
- test_enforce_policy_secretsmanager LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_secretsmanager HTTP Status Code: 200
- test_enforce_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs HTTP Status Code: 200
- test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
- test_enforce_policy_stepfunctions LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_stepfunctions HTTP Status Code: 200
- test_enforce_s3_admin_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_s3_admin_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
- test_user_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary HTTP Status Code: 200
- test_backup_vault LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_backup_vault HTTP Status Code: 200 AWS validated Snapshot Tested
- test_ecr_repository_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_ecr_repository_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_efs_file_system_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_efs_file_system_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_get_lambda_layer LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_get_lambda_layer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_iam_trust_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_iam_trust_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_kms_key LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_kms_key HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_invoke LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke HTTP Status Code: 200 AWS validated Snapshot Tested
- test_s3_bucket_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_s3_bucket_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_secretsmanager_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_secretsmanager_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sns_publish_topic_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sqs_receive_queue_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sqs_receive_queue_attributes_resource_deny LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sqs_receive_queue_attributes_user_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_get_boundary_for_role LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPermissionBoundaryRetrieval::test_get_boundary_for_role HTTP Status Code: 200
- test_get_boundary_for_user LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPermissionBoundaryRetrieval::test_get_boundary_for_user HTTP Status Code: 200
- test_get_permissions_for_role_arn LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_get_permissions_for_role_arn HTTP Status Code: 200
- test_get_permissions_for_user_arn LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_get_permissions_for_user_arn HTTP Status Code: 200
- test_iam_role_attached_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_role_attached_policy HTTP Status Code: 200
- test_iam_role_inline_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_role_inline_policy HTTP Status Code: 200
- test_iam_role_multiple_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_role_multiple_policies HTTP Status Code: 200
- test_iam_root_user_for_root_arn LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_root_user_for_root_arn HTTP Status Code: 200
- test_iam_user_and_group_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_and_group_policies HTTP Status Code: 200
- test_iam_user_attached_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_attached_policy HTTP Status Code: 200
- test_iam_user_group_attached_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_group_attached_policies HTTP Status Code: 200
- test_iam_user_group_inline_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_group_inline_policies HTTP Status Code: 200
- test_iam_user_inline_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_inline_policy HTTP Status Code: 200
- test_iam_user_multiple_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_multiple_policies HTTP Status Code: 200
- test_extract_caller_principal_role[role] LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[role] HTTP Status Code: 200
- test_extract_caller_principal_role[root] LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[root] HTTP Status Code: 200
- test_extract_caller_principal_role[root_account_id] LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[root_account_id] HTTP Status Code: 200
- test_extract_caller_principal_role[user] LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[user] HTTP Status Code: 200
- test_sqs_create_queue LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourceDetection::test_sqs_create_queue HTTP Status Code: 200
- test_get_resource_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda HTTP Status Code: 200
- test_get_resource_policy_lambda_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda_non_existent HTTP Status Code: 200
- test_get_resource_policy_sns LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns HTTP Status Code: 200
- test_get_resource_policy_sns_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns_non_existent HTTP Status Code: 200
- test_get_resource_policy_sqs LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs HTTP Status Code: 200
- test_get_resource_policy_sqs_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent HTTP Status Code: 200
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- test_lambda_iam LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
- test_sns_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
- test_sns_lambda_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200 AWS validated
- test_sns_ses_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription HTTP Status Code: 200 AWS validated
- test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
- test_complex_insert LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_complex_insert HTTP Status Code: 200
- test_describe_and_delete_ledger LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_describe_and_delete_ledger HTTP Status Code: 200
- test_insert_multiple_docs LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_insert_multiple_docs HTTP Status Code: 200
- test_list_ledgers LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_list_ledgers HTTP Status Code: 200
- test_list_tables LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_list_tables HTTP Status Code: 200
- test_query_by_metadata LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_by_metadata HTTP Status Code: 200 AWS validated Snapshot Tested
- test_query_committed_views LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_committed_views HTTP Status Code: 200 AWS validated Snapshot Tested
- test_query_history LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_history HTTP Status Code: 200
- test_query_ion_timestamp LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_ion_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
- test_query_join_tables LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_join_tables HTTP Status Code: 200
- test_query_with_parameters LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_with_parameters HTTP Status Code: 200
- test_query_with_params_via_api LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_with_params_via_api HTTP Status Code: 200
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_update_query_response LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_update_query_response HTTP Status Code: 200 AWS validated Snapshot Tested
- test_inconsistent_number_of_columns LocalStack Pro: tests/integration/s3/test_s3_select.py::TestS3Select::test_inconsistent_number_of_columns HTTP Status Code: 200 AWS validated
- test_stackinfo_resource LocalStack Pro: tests/integration/services/internal/test_stackinfo.py::test_stackinfo_resource HTTP Status Code: 200
- test_specify_resources_by_name LocalStack Pro: tests/integration/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/integration/test_batch.py::TestBatch::test_create_job_default_command HTTP Status Code: 200
- test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
- test_create_with_additional_config LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_with_additional_config HTTP Status Code: 200
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
- test_create_trail LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_create_trail HTTP Status Code: 200
- test_filter_lookup_attributes LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_filter_lookup_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_no_logging_if_no_startup LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_no_logging_if_no_startup HTTP Status Code: 200
- test_record_events LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_record_events HTTP Status Code: 200
- test_commit_to_non_existing_repository_raises_error LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_commit_to_non_existing_repository_raises_error HTTP Status Code: 200
- test_create_branch LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_create_branch HTTP Status Code: 200
- test_create_branch_on_non_existing_repository_raises_error LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_create_branch_on_non_existing_repository_raises_error HTTP Status Code: 200
- test_create_commit LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_create_commit HTTP Status Code: 200
- test_create_pull_request LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_create_pull_request HTTP Status Code: 200
- test_create_repository LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_create_repository HTTP Status Code: 200
- test_create_repository_with_invalid_name_raises_error LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_create_repository_with_invalid_name_raises_error HTTP Status Code: 200
- test_delete_branch LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_delete_branch HTTP Status Code: 200
- test_delete_non_existing_branch LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_delete_non_existing_branch HTTP Status Code: 200
- test_delete_non_existing_repository_raises_error LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_delete_non_existing_repository_raises_error HTTP Status Code: 200
- test_delete_repository_matches_created_repository LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_delete_repository_matches_created_repository HTTP Status Code: 200
- test_get_branch LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_get_branch HTTP Status Code: 200
- test_get_file LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_get_file HTTP Status Code: 200
- test_get_folder LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_get_folder HTTP Status Code: 200
- test_get_non_existing_branch LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_get_non_existing_branch HTTP Status Code: 200
- test_get_non_existing_repository_raises_error LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_get_non_existing_repository_raises_error HTTP Status Code: 200
- test_get_repository_matches_created_repository LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_get_repository_matches_created_repository HTTP Status Code: 200
- test_list_pull_requests LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_list_pull_requests HTTP Status Code: 200
- test_repository_lifecycle LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_repository_lifecycle HTTP Status Code: 200
- test_tagging LocalStack Pro: tests/integration/test_codecommit.py::TestCodeCommit::test_tagging HTTP Status Code: 200
- test_admin_change_password LocalStack Pro: tests/integration/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/integration/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda HTTP Status Code: 200 AWS validated
- test_admin_no_srp_auth_flow LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_admin_no_srp_auth_flow HTTP Status Code: 200
- test_api_gateway_cognito_pool_authorizer LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer HTTP Status Code: 200 AWS validated
- test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer_oauth_client_credentials_token HTTP Status Code: 200 AWS validated Snapshot Tested
- test_authorize_redirects_to_login LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_authorize_redirects_to_login HTTP Status Code: 200
- test_change_password[user-{short_uid}@example.com] LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_change_password[user-{short_uid}@example.com] HTTP Status Code: 200
- test_change_password[user-{short_uid}] LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_change_password[user-{short_uid}] HTTP Status Code: 200
- test_create_admin_user_with_duplicate_email LocalStack Pro: tests/integration/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/integration/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/integration/test_cognito.py::TestCognito::test_create_cognito_identity_pool_roles HTTP Status Code: 200
- test_create_pool_mfa_off LocalStack Pro: tests/integration/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/integration/test_cognito.py::TestCognito::test_create_user_group_in_pool HTTP Status Code: 200 AWS validated Snapshot Tested
- test_custom_scopes LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_custom_scopes HTTP Status Code: 200 AWS validated
- test_describe_user_pool LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_describe_user_pool HTTP Status Code: 200
- test_force_alias_creation LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_force_alias_creation HTTP Status Code: 200
- test_get_signing_certificate LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_get_signing_certificate HTTP Status Code: 200
- test_get_user_with_fake_access_token LocalStack Pro: tests/integration/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/integration/test_cognito.py::TestCognito::test_identity_providers HTTP Status Code: 200
- test_incorrect_mfa_setup LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_incorrect_mfa_setup HTTP Status Code: 200
- test_invalid_pool_client_parameters LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_invalid_pool_client_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invalid_srp_raises_error[COFFEEG] LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_invalid_srp_raises_error[COFFEEG] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invalid_srp_raises_error[None] LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_invalid_srp_raises_error[None] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_login_via_web_form LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_login_via_web_form HTTP Status Code: 200
- test_login_with_preferred_username LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_login_with_preferred_username HTTP Status Code: 200
- test_login_with_preferred_username_attr_change LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_login_with_preferred_username_attr_change HTTP Status Code: 200 AWS validated
- test_mfa_sms_authentication LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_mfa_sms_authentication HTTP Status Code: 200
- test_mfa_sms_config LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_mfa_sms_config HTTP Status Code: 200
- test_password_policy LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_password_policy HTTP Status Code: 200
- test_request_with_invalid_username_or_pool_id LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_request_with_invalid_username_or_pool_id HTTP Status Code: 200
- test_resource_servers LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_resource_servers HTTP Status Code: 200
- test_restore_forgotten_password LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_restore_forgotten_password HTTP Status Code: 200 AWS validated Snapshot Tested
- test_signup_using_auth_srp LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_signup_using_auth_srp HTTP Status Code: 200
- test_signup_with_email_phone_aliases LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_signup_with_email_phone_aliases HTTP Status Code: 200
- test_srp_login LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_srp_login HTTP Status Code: 200
- test_srp_login_after_password_update LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_srp_login_after_password_update HTTP Status Code: 200
- test_tags LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_tags HTTP Status Code: 200 AWS validated
- test_token_endpoint[client_credentials-body] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/test_cognito.py::TestCognito::test_user_group_deletion_with_non_existing_pool HTTP Status Code: 200
- test_user_groups LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_user_groups HTTP Status Code: 200
- test_user_login_before_confirmation LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_user_login_before_confirmation HTTP Status Code: 200
- test_user_pool_client_updates LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_user_pool_client_updates HTTP Status Code: 200 AWS validated Snapshot Tested
- test_user_pools_and_clients LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_user_pools_and_clients HTTP Status Code: 200
- test_user_status_after_confirmation LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_user_status_after_confirmation HTTP Status Code: 200
- test_valid_srp_login LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_valid_srp_login HTTP Status Code: 200 AWS validated Snapshot Tested
- test_well_known_paths LocalStack Pro: tests/integration/test_cognito.py::TestCognito::test_well_known_paths HTTP Status Code: 200
- test_cognito_identity_get_id_region_matches LocalStack Pro: tests/integration/test_cognito.py::TestCognitoIdentity::test_cognito_identity_get_id_region_matches HTTP Status Code: 200
- test_create_identity_get_id LocalStack Pro: tests/integration/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/integration/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cognito_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_cognito_triggers HTTP Status Code: 200 AWS validated
- test_custom_auth_triggers LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_custom_auth_triggers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_user_migration_lambda[None] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[None] HTTP Status Code: 200
- test_user_migration_lambda[aliases1] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1] HTTP Status Code: 200
- test_user_migration_lambda[aliases2] LocalStack Pro: tests/integration/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2] HTTP Status Code: 200
- test_encrypt_via_aws_encryption_sdk LocalStack Pro: tests/integration/test_crypto.py::test_encrypt_via_aws_encryption_sdk HTTP Status Code: 200
- test_create_query_db LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db HTTP Status Code: 200
- test_create_query_db_with_port LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db_with_port HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_create_image LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_create_image HTTP Status Code: 200
- test_describe_images LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_describe_images HTTP Status Code: 200
- test_describe_images_with_podman_localhost_prefix LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_describe_images_with_podman_localhost_prefix HTTP Status Code: 200
- test_describe_instances LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_describe_instances HTTP Status Code: 200
- test_run_stop_start_terminate_instances[sdk-docker] LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_run_stop_start_terminate_instances[sdk-docker] HTTP Status Code: 200
- test_run_stop_start_terminate_instances[sdk-mock] LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_run_stop_start_terminate_instances[sdk-mock] HTTP Status Code: 200
- test_ssh_key_pairs LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_ssh_key_pairs HTTP Status Code: 200
- test_stop_start_terminate_instances_for_invalid_instance_id_raises[start_instances] LocalStack Pro: tests/integration/test_ec2.py::TestEC2::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/integration/test_ec2.py::TestEC2::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/integration/test_ec2.py::TestEC2::test_stop_start_terminate_instances_for_invalid_instance_id_raises[terminate_instances] HTTP Status Code: 200
- test_user_data LocalStack Pro: tests/integration/test_ec2.py::TestEC2::test_user_data HTTP Status Code: 200
- test_auth_token_in_different_regions LocalStack Pro: tests/integration/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/integration/test_ecr.py::TestECR::test_batch_delete_images_tag_and_digest HTTP Status Code: 200
- test_batch_get_image LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_batch_get_image HTTP Status Code: 200
- test_batch_get_images_tag_and_digest LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_batch_get_images_tag_and_digest HTTP Status Code: 200
- test_create_delete_image LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_create_delete_image HTTP Status Code: 200
- test_delete_images LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_delete_images HTTP Status Code: 200
- test_describe_images LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_describe_images HTTP Status Code: 200
- test_describe_images_non_existent_repository_registry LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_describe_images_non_existent_repository_registry HTTP Status Code: 200
- test_ecr_tagging LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_ecr_tagging HTTP Status Code: 200
- test_get_authorization_token LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_get_authorization_token HTTP Status Code: 200
- test_lifecycle_policy LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_lifecycle_policy HTTP Status Code: 200
- test_list_images LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_list_images HTTP Status Code: 200
- test_put_image[application/vnd.docker.distribution.manifest.v1+json] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/test_ecr.py::TestECR::test_put_image_tag_mutability HTTP Status Code: 200
- test_repository_deletion_in_registry LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_repository_deletion_in_registry HTTP Status Code: 200
- test_repository_lifecycle LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_repository_lifecycle HTTP Status Code: 200
- test_repository_uri_hostname LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_repository_uri_hostname HTTP Status Code: 200
- test_two_different_repositories LocalStack Pro: tests/integration/test_ecr.py::TestECR::test_two_different_repositories HTTP Status Code: 200
- test_cluster_capacity_providers LocalStack Pro: tests/integration/test_ecs.py::TestClustersCrud::test_cluster_capacity_providers HTTP Status Code: 200
- test_cluster_default_name LocalStack Pro: tests/integration/test_ecs.py::TestClustersCrud::test_cluster_default_name HTTP Status Code: 200
- test_delete_cluster_status LocalStack Pro: tests/integration/test_ecs.py::TestClustersCrud::test_delete_cluster_status HTTP Status Code: 200 AWS validated
- test_create_service_run_task LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_create_service_run_task LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_describe_service_with_task_definition LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_describe_service_with_task_definition HTTP Status Code: 200
- test_describe_service_with_task_definition LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_describe_service_with_task_definition HTTP Status Code: 200
- test_ecs_task_multiple LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_ecs_task_multiple HTTP Status Code: 200
- test_ecs_task_multiple LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_ecs_task_multiple HTTP Status Code: 200
- test_ecs_task_overrides LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_ecs_task_overrides HTTP Status Code: 200
- test_ecs_task_overrides LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_ecs_task_overrides HTTP Status Code: 200
- test_start_and_stop_task[run_task] LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_and_stop_task[run_task] HTTP Status Code: 200
- test_start_and_stop_task[run_task] LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_and_stop_task[run_task] HTTP Status Code: 200
- test_start_and_stop_task[start_task] LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_and_stop_task[start_task] HTTP Status Code: 200
- test_start_and_stop_task[start_task] LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_and_stop_task[start_task] HTTP Status Code: 200
- test_start_task_definition_multiple_times LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_definition_multiple_times HTTP Status Code: 200
- test_start_task_definition_multiple_times LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_definition_multiple_times HTTP Status Code: 200
- test_start_task_definition_with_cap_drop LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_definition_with_cap_drop HTTP Status Code: 200
- test_start_task_definition_with_cap_drop LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_definition_with_cap_drop HTTP Status Code: 200
- test_start_task_state_failed LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_state_failed HTTP Status Code: 200
- test_start_task_state_failed LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_state_failed HTTP Status Code: 200
- test_start_task_state_stopped LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_state_stopped HTTP Status Code: 200
- test_start_task_state_stopped LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_start_task_state_stopped HTTP Status Code: 200
- test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
- test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
- test_task_mount_host_volume LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_task_mount_host_volume HTTP Status Code: 200
- test_task_mount_host_volume LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_task_mount_host_volume HTTP Status Code: 200
- test_task_produces_logs LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_task_produces_logs HTTP Status Code: 200
- test_task_produces_logs LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_task_produces_logs HTTP Status Code: 200
- test_update_service_creates_new_deployment LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_update_service_creates_new_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_update_service_creates_new_deployment LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_update_service_creates_new_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_tasks_list_tasks LocalStack Pro: tests/integration/test_ecs.py::TestTasksCrud::test_describe_tasks_list_tasks HTTP Status Code: 200
- test_describe_tasks_list_tasks LocalStack Pro: tests/integration/test_ecs.py::TestTasksCrud::test_describe_tasks_list_tasks HTTP Status Code: 200
- test_describe_undefined_task_definition LocalStack Pro: tests/integration/test_ecs.py::TestTasksCrud::test_describe_undefined_task_definition HTTP Status Code: 200 AWS validated Snapshot Tested
- test_tag_task_definition LocalStack Pro: tests/integration/test_ecs.py::TestTasksCrud::test_tag_task_definition HTTP Status Code: 200 AWS validated
- test_create_efs LocalStack Pro: tests/integration/test_efs.py::TestEfsProvider::test_create_efs HTTP Status Code: 200
- test_lifecycle_configuration LocalStack Pro: tests/integration/test_efs.py::TestEfsProvider::test_lifecycle_configuration HTTP Status Code: 200
- test_additional_amis_present LocalStack Pro: tests/integration/test_eks.py::TestEKS::test_additional_amis_present HTTP Status Code: 200
- test_get_parameters_eks_amis[1.19] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.23] HTTP Status Code: 200 AWS validated
- test_cluster_default_version LocalStack Pro: tests/integration/test_eks.py::TestK3SCluster::test_cluster_default_version HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_app_in_k3s_cluster LocalStack Pro: tests/integration/test_eks.py::TestK3SCluster::test_create_app_in_k3s_cluster HTTP Status Code: 200
- test_ecr_eks_integration LocalStack Pro: tests/integration/test_eks.py::TestK3SCluster::test_ecr_eks_integration HTTP Status Code: 200
- test_cache_cluster_custom_port LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_cache_cluster_custom_port HTTP Status Code: 200
- test_cache_parameter_groups LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_cache_parameter_groups HTTP Status Code: 200
- test_cache_subnet_groups LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_cache_subnet_groups HTTP Status Code: 200
- test_cluster_no_cache_type LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_cluster_no_cache_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cluster_no_engine LocalStack Pro: tests/integration/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/integration/test_elasticache.py::TestElastiCache::test_cluster_redis_num_nodes_greater_than_one HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_delete_multiple_clusters LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_create_delete_multiple_clusters HTTP Status Code: 200
- test_create_via_cloudformation LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_create_via_cloudformation HTTP Status Code: 200
- test_redis_cluster_mode[0-1] LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_cluster_mode[0-1] HTTP Status Code: 200
- test_redis_cluster_mode[0-2] LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_cluster_mode[0-2] HTTP Status Code: 200
- test_redis_cluster_mode[0-4] LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_cluster_mode[0-4] HTTP Status Code: 200
- test_redis_cluster_mode[1-1] LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_cluster_mode[1-1] HTTP Status Code: 200
- test_redis_cluster_mode[1-2] LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_cluster_mode[1-2] HTTP Status Code: 200
- test_redis_cluster_mode[1-4] LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_cluster_mode[1-4] HTTP Status Code: 200
- test_redis_standalone LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_redis_standalone HTTP Status Code: 200
- test_replication_group LocalStack Pro: tests/integration/test_elasticache.py::TestElastiCache::test_replication_group HTTP Status Code: 200
- test_replication_group_no_cache_type LocalStack Pro: tests/integration/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/integration/test_elasticache.py::TestElastiCache::test_replication_group_no_engine HTTP Status Code: 200 AWS validated Snapshot Tested
- test_manage_application_versions LocalStack Pro: tests/integration/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_application_versions HTTP Status Code: 200
- test_manage_applications LocalStack Pro: tests/integration/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_applications HTTP Status Code: 200
- test_manage_environments LocalStack Pro: tests/integration/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_environments HTTP Status Code: 200
- test_alb_modify_attributes LocalStack Pro: tests/integration/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/integration/test_elb.py::TestELB::test_alb_set_ip_address_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_load_balancing LocalStack Pro: tests/integration/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_auto_termination_policies LocalStack Pro: tests/integration/test_emr.py::TestEmrCrud::test_auto_termination_policies HTTP Status Code: 200
- test_instance_fleets LocalStack Pro: tests/integration/test_emr.py::TestEmrCrud::test_instance_fleets HTTP Status Code: 200
- test_action_ec2_terminate_instances LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_ec2_terminate_instances HTTP Status Code: 200
- test_action_rds_reboot_db_instances LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_rds_reboot_db_instances HTTP Status Code: 200
- test_action_ssm_send_command LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_ssm_send_command HTTP Status Code: 200
- test_api_injection_fault_action LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_fault_action HTTP Status Code: 200
- test_api_injection_parametrized_exception LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_exception HTTP Status Code: 200
- test_api_injection_parametrized_operation LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_operation HTTP Status Code: 200
- test_api_injection_parametrized_region LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_region HTTP Status Code: 200
- test_api_injection_parametrized_service LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_service HTTP Status Code: 200
- test_create_experiment_template LocalStack Pro: tests/integration/test_fis.py::TestFis::test_create_experiment_template HTTP Status Code: 200
- test_delete_experiment_template LocalStack Pro: tests/integration/test_fis.py::TestFis::test_delete_experiment_template HTTP Status Code: 200
- test_get_experiment LocalStack Pro: tests/integration/test_fis.py::TestFis::test_get_experiment HTTP Status Code: 200
- test_get_experiment_template LocalStack Pro: tests/integration/test_fis.py::TestFis::test_get_experiment_template HTTP Status Code: 200
- test_idempotency_of_create_experiment_template LocalStack Pro: tests/integration/test_fis.py::TestFis::test_idempotency_of_create_experiment_template HTTP Status Code: 200
- test_idempotency_of_start_experiment LocalStack Pro: tests/integration/test_fis.py::TestFis::test_idempotency_of_start_experiment HTTP Status Code: 200
- test_list_experiment_templates LocalStack Pro: tests/integration/test_fis.py::TestFis::test_list_experiment_templates HTTP Status Code: 200
- test_list_experiments LocalStack Pro: tests/integration/test_fis.py::TestFis::test_list_experiments HTTP Status Code: 200
- test_start_experiment LocalStack Pro: tests/integration/test_fis.py::TestFis::test_start_experiment HTTP Status Code: 200
- test_stop_experiment LocalStack Pro: tests/integration/test_fis.py::TestFis::test_stop_experiment HTTP Status Code: 200
- test_inventory_retrieval LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_inventory_retrieval HTTP Status Code: 200
- test_select_query_archive LocalStack Pro: tests/integration/test_glacier.py::TestGlacier::test_select_query_archive HTTP Status Code: 200
- test_classifier_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_classifier_crud HTTP Status Code: 200
- test_connection_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_connection_crud HTTP Status Code: 200
- test_crawler_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_crawler_crud HTTP Status Code: 200
- test_create_job_with_cloudformation LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_create_job_with_cloudformation HTTP Status Code: 200
- test_job_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_job_crud HTTP Status Code: 200
- test_job_runs_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_job_runs_crud HTTP Status Code: 200
- test_registry_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_registry_crud HTTP Status Code: 200
- test_resource_policy_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_resource_policy_crud HTTP Status Code: 200
- test_schema_create_without_registry_returns_not_found LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_schema_create_without_registry_returns_not_found HTTP Status Code: 200
- test_schema_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_schema_crud HTTP Status Code: 200
- test_schema_version_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_schema_version_crud HTTP Status Code: 200
- test_schema_version_metadata_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_schema_version_metadata_crud HTTP Status Code: 200
- test_sec_config_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_sec_config_crud HTTP Status Code: 200
- test_trigger_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_trigger_crud HTTP Status Code: 200
- test_workflow_crud LocalStack Pro: tests/integration/test_glue.py::TestGlueCrud::test_workflow_crud HTTP Status Code: 200
- test_compatibility_disabled_raises_on_new_version LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_compatibility_disabled_raises_on_new_version HTTP Status Code: 200 AWS validated
- test_duplicate_schema_version_not_created LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_duplicate_schema_version_not_created HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[BACKWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[BACKWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[BACKWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"},{"name":"Salary","type":["null", "int"], "default": null}]}-intermediate_schemas10-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"},{"name":"Salary","type":["null", "int"], "default": null}]}-intermediate_schemas10-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[BACKWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"},{"name":"Salary","type":["null", "int"], "default": null}]}-intermediate_schemas11-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"},{"name":"Salary","type":["null", "int"], "default": null}]}-intermediate_schemas11-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FORWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FORWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FORWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-intermediate_schemas13-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-intermediate_schemas13-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FORWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-intermediate_schemas12-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-intermediate_schemas12-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Salary","type":["null", "int"], "default": null}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Salary","type":["null", "int"], "default": null}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Salary","type":["null", "int"], "default": null}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Salary","type":["null", "int"], "default": null}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FULL_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-intermediate_schemas14-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Salary","type":["null", "int"], "default": null}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-intermediate_schemas14-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Salary","type":["null", "int"], "default": null}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[FULL_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-intermediate_schemas15-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"},{"name":"Salary","type":["null", "int"], "default": null}]}-FAILURE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL_ALL-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-intermediate_schemas15-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"},{"name":"Salary","type":["null", "int"], "default": null}]}-FAILURE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[NONE-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[NONE-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_register_avro_schema_version_compatibilities[NONE-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-AVAILABLE] LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[NONE-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"}]}-None-{"type":"record","namespace":"Test","name":"Person","fields":[{"name":"Name","type":"string"},{"name":"Age","type":"int"}]}-AVAILABLE] HTTP Status Code: 200 AWS validated
- test_update_schema LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_update_schema HTTP Status Code: 200 AWS validated
- test_update_schema_compatibility LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_update_schema_compatibility HTTP Status Code: 200 AWS validated
- test_update_schema_compatibility_with_same_value LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_update_schema_compatibility_with_same_value HTTP Status Code: 200 AWS validated
- test_update_schema_compatibility_without_version LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_update_schema_compatibility_without_version HTTP Status Code: 200 AWS validated
- test_update_schema_only_description LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_update_schema_only_description HTTP Status Code: 200 AWS validated
- test_update_schema_to_lower_than_checkpoint LocalStack Pro: tests/integration/test_glue.py::TestGlueSchemaRegistry::test_update_schema_to_lower_than_checkpoint HTTP Status Code: 200 AWS validated
- test_certificate LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_certificate HTTP Status Code: 200
- test_create_iot_resources LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_create_iot_resources HTTP Status Code: 200
- test_crud_role_alias LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_crud_role_alias HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamic_thing_groups LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_dynamic_thing_groups HTTP Status Code: 200
- test_job_executions LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_job_executions HTTP Status Code: 200
- test_jobs LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_jobs HTTP Status Code: 200
- test_list_things_pagination LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_list_things_pagination HTTP Status Code: 200
- test_policies LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_policies HTTP Status Code: 200
- test_search LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_search HTTP Status Code: 200
- test_tags LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_tags HTTP Status Code: 200
- test_thing_groups LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_thing_groups HTTP Status Code: 200
- test_thing_principals LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_thing_principals HTTP Status Code: 200
- test_topic_lambda_rule LocalStack Pro: tests/integration/test_iot.py::TestIoTCrud::test_topic_lambda_rule HTTP Status Code: 200
- test_get_accepted_rejected_topics LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_get_accepted_rejected_topics HTTP Status Code: 200
- test_lifecycle_events LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_lifecycle_events HTTP Status Code: 200
- test_publish_to_topic LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_publish_to_topic HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_topic_rule_triggers_firehose_put_record LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_firehose_put_record HTTP Status Code: 200 AWS validated
- test_topic_rule_triggers_kinesis_put_record LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_kinesis_put_record HTTP Status Code: 200 AWS validated
- test_topic_rule_triggers_sqs_message LocalStack Pro: tests/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_sqs_message HTTP Status Code: 200 AWS validated
- test_topic_kinesis_rule LocalStack Pro: tests/integration/test_iot.py::TestIoTTopicRules::test_topic_kinesis_rule HTTP Status Code: 200
- test_topic_sqs_rule LocalStack Pro: tests/integration/test_iot.py::TestIoTTopicRules::test_topic_sqs_rule HTTP Status Code: 200
- test_shadow_after_thing_deletion LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_shadow_after_thing_deletion HTTP Status Code: 200
- test_thing_shadow LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_thing_shadow HTTP Status Code: 200
- test_thing_shadow_input_errors LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_thing_shadow_input_errors HTTP Status Code: 200
- test_thing_shadow_metadata LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_thing_shadow_metadata HTTP Status Code: 200
- test_update_shadow_response LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_update_shadow_response HTTP Status Code: 200
- test_channels LocalStack Pro: tests/integration/test_iotanalytics.py::TestIotAnalytics::test_channels HTTP Status Code: 200
- test_create_iotanalytics_resources LocalStack Pro: tests/integration/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 200
- test_datasets LocalStack Pro: tests/integration/test_iotanalytics.py::TestIotAnalytics::test_datasets HTTP Status Code: 200
- test_datastores LocalStack Pro: tests/integration/test_iotanalytics.py::TestIotAnalytics::test_datastores HTTP Status Code: 200
- test_pipelines LocalStack Pro: tests/integration/test_iotanalytics.py::TestIotAnalytics::test_pipelines HTTP Status Code: 200
- test_device_profiles LocalStack Pro: tests/integration/test_iotwireless.py::TestIotWireless::test_device_profiles HTTP Status Code: 200
- test_wireless_devices LocalStack Pro: tests/integration/test_iotwireless.py::TestIotWireless::test_wireless_devices HTTP Status Code: 200
- test_wireless_gateways LocalStack Pro: tests/integration/test_iotwireless.py::TestIotWireless::test_wireless_gateways HTTP Status Code: 200
- test_cluster_v2_lifecycle LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_cluster_v2_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_function_v2_exceptions LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_create_function_v2_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_kafka_lambda_event_source_mapping[False] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False] HTTP Status Code: 200
- test_kafka_lambda_event_source_mapping[True] LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True] HTTP Status Code: 200
- test_list_nodes LocalStack Pro: tests/integration/test_kafka.py::TestKafka::test_list_nodes HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_manage_permissions LocalStack Pro: tests/integration/test_lakeformation.py::TestLakeFormation::test_manage_permissions HTTP Status Code: 200
- test_external_layer_download LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_external_layer_exceptions LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_external_layer_specific LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_specific HTTP Status Code: 200 AWS validated Snapshot Tested
- test_container_image_lambda_chained_invocation LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_container_image_lambda_with_image_config LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_from_image[node] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_from_image[python] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cross_account_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_multiple_layers_override LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_using_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_using_layer_overriding_runtime LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
- test_layer_and_function_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
- test_layer_only_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_hot_reloading_layers_fail LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail HTTP Status Code: 200 AWS validated Snapshot Tested
- test_filter_log_events_with_non_json_messages LocalStack Pro: tests/integration/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_non_json_messages HTTP Status Code: 200
- test_filter_log_events_with_pattern LocalStack Pro: tests/integration/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_pattern HTTP Status Code: 200
- test_json_metric_filters LocalStack Pro: tests/integration/test_logs.py::TestCloudWatchLogsPro::test_json_metric_filters HTTP Status Code: 200
- test_put_subscription_filter_kinesis_with_filter_pattern LocalStack Pro: tests/integration/test_logs.py::TestCloudWatchLogsPro::test_put_subscription_filter_kinesis_with_filter_pattern HTTP Status Code: 200
- test_basic_mediastore_api LocalStack Pro: tests/integration/test_mediastore.py::TestMediastore::test_basic_mediastore_api HTTP Status Code: 200
- test_mediastore_crud LocalStack Pro: tests/integration/test_mediastore.py::TestMediastore::test_mediastore_crud HTTP Status Code: 200
- test_create_broker LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_create_broker HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_configuration LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_create_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_tags LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_create_tags HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_broker LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_delete_broker HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_tags LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_delete_tags HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_broker LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_describe_broker HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_broker_engine_types LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_describe_broker_engine_types HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_configuration LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_describe_configuration HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_brokers LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_list_brokers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_send_to_active_mq LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_send_to_active_mq HTTP Status Code: 200 AWS validated Snapshot Tested
- test_send_to_activemq_curl LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_send_to_activemq_curl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dag_dependencies[2.2.2] LocalStack Pro: tests/integration/test_mwaa.py::TestMWAA::test_dag_dependencies[2.2.2] HTTP Status Code: 200
- test_list_environments LocalStack Pro: tests/integration/test_mwaa.py::test_list_environments HTTP Status Code: 200
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
- test_api_injection_parametrized_exception LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_exception HTTP Status Code: 400 (SomeVerySpecificException)
- test_api_injection_parametrized_region LocalStack Pro: tests/integration/test_fis.py::TestFis::test_api_injection_parametrized_region HTTP Status Code: 400 (InternalError)
PutPermission
Parameters: Action, EventBusName, Principal, StatementId
- LocalStack Community
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200
- LocalStack Community
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 200
- LocalStack Pro
- test_eventbridge_policies LocalStack Pro: tests/integration/iam_enforcement/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 LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
- LocalStack Community
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_kinesis LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_kinesis HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_target_sqs_new_region LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- LocalStack Community
- test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
- test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_event_rule_to_logs LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/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/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Pro
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
- test_list_tags_for_resource LocalStack Community: tests/integration/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200
- test_put_rule LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_rule HTTP Status Code: 200
- LocalStack Pro
- test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
- test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
- LocalStack Community
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Pro
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_event_rule_creation_without_target LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_event_rule_creation_without_target HTTP Status Code: 200
- test_create_rule_with_one_unit_in_singular_should_succeed[rate(1 day)] LocalStack Community: tests/integration/test_events.py::TestEvents::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/integration/test_events.py::TestEvents::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/integration/test_events.py::TestEvents::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/integration/test_events.py::TestEvents::test_rule_disable HTTP Status Code: 200
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_firehose_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_s3 HTTP Status Code: 200
- LocalStack Community
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_events.py::test_event_rule_to_logs HTTP Status Code: 200
- test_events_sqs_sns_lambda LocalStack Community: tests/integration/cloudformation/resources/test_integration.py::test_events_sqs_sns_lambda HTTP Status Code: 200
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_kinesis LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_kinesis HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_target_sqs_new_region LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_new_region HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Pro
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
- test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
- test_firehose_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_s3 HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
- test_put_target_id_validation LocalStack Community: tests/integration/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/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
- test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
RemovePermission
Parameters: EventBusName, RemoveAllPermissions, StatementId
- LocalStack Community
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 200
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 400 (ResourceNotFoundException)
- test_eventbus_policies LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policies HTTP Status Code: 400 (ResourceNotFoundException)
- test_eventbus_policy_statement LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_eventbus_policy_statement HTTP Status Code: 400 (ResourceNotFoundException)
RemoveTargets
Parameters: EventBusName, Force, Ids, Rule
- LocalStack Community
- test_put_event_with_content_base_rule_in_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_event_with_content_base_rule_in_pattern HTTP Status Code: 200
- test_put_events_into_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_into_event_bus HTTP Status Code: 200
- test_put_events_with_input_path LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path HTTP Status Code: 200
- test_put_events_with_input_path_multiple LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_input_path_multiple HTTP Status Code: 200
- test_put_events_with_nested_event_pattern LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_nested_event_pattern HTTP Status Code: 200 AWS validated
- test_put_events_with_target_firehose LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_firehose HTTP Status Code: 200
- test_put_events_with_target_lambda LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_lambda HTTP Status Code: 200
- test_put_events_with_target_sns LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sns HTTP Status Code: 200
- test_put_events_with_target_sqs LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs HTTP Status Code: 200 AWS validated
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 200
- test_put_events_with_values_in_array LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_with_values_in_array HTTP Status Code: 200
- LocalStack Pro
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_object_created_put LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_created_put HTTP Status Code: 200 AWS validated Snapshot Tested
- test_object_put_acl LocalStack Community: tests/integration/s3/test_s3_notifications_eventbridge.py::TestS3NotificationsToEventBridge::test_object_put_acl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_nonexistent_event_bus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated
- test_put_target_id_validation LocalStack Community: tests/integration/test_events.py::TestEvents::test_put_target_id_validation HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_events_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose HTTP Status Code: 200 AWS validated
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_cfn_handle_events_rule LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule HTTP Status Code: 200
- test_cfn_handle_events_rule_without_name LocalStack Community: tests/integration/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name HTTP Status Code: 200
- test_api_destinations[auth0] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
- test_api_destinations[auth1] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth1] HTTP Status Code: 200
- test_api_destinations[auth2] LocalStack Community: tests/integration/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
- test_scheduled_expression_events LocalStack Community: tests/integration/test_events.py::TestEvents::test_scheduled_expression_events HTTP Status Code: 200
- test_trigger_event_on_ssm_change LocalStack Community: tests/integration/test_events.py::TestEvents::test_trigger_event_on_ssm_change HTTP Status Code: 200
- LocalStack Pro
- test_cdk_trail_cw_logs LocalStack Pro: tests/integration/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs HTTP Status Code: 200 AWS validated
- LocalStack Community
- test_should_ignore_schedules_for_put_event LocalStack Community: tests/integration/test_events.py::TestEvents::test_should_ignore_schedules_for_put_event HTTP Status Code: 200 AWS validated
- test_scheduled_lambda LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
- LocalStack Pro
- test_create_submit_job LocalStack Pro: tests/integration/test_batch.py::TestBatch::test_create_submit_job HTTP Status Code: 200
- test_subscribe_ecs_events LocalStack Pro: tests/integration/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events HTTP Status Code: 200
TagResource
Parameters: ResourceARN, Tags
- LocalStack Community
- test_list_tags_for_resource LocalStack Community: tests/integration/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200
UntagResource
Parameters: ResourceARN, TagKeys
- LocalStack Community
- test_list_tags_for_resource LocalStack Community: tests/integration/test_events.py::TestEvents::test_list_tags_for_resource HTTP Status Code: 200
Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)