localstack
localstack copied to clipboard
AWS Marker Report
AWS Marker Report
- Repository: https://github.com/localstack/localstack
- Reference Commit:
7866586573f311cf64e1eda28dab71f6c8c32515 - Timestamp:
2024-08-29T12:53:12.232133
This is an autogenerated report on our pytest marker usage with a special focus on our AWS compatibility markers, i.e. the ones prefixed with aws_.
Overview
aws_manual_setup_required : 12
aws_needs_fixing : 142
aws_only_localstack : 248
aws_unknown : 35
aws_validated : 2973
Both aws_unknown and aws_needs_fixing should be reduced to 0 over time.
If you have some spare capacity please take one of these tests, try it against AWS and see if it works. Replace aws_unknown with the correct marker.
To avoid the case where two people are concurrently working on one test case, please tick the box to "claim" a case when you want to work on it.
Note: The individual assignments here are based on the entries in the CODEOWNERS file.
unknown (35)
- [ ]
tests/aws/services/firehose/test_firehose.py::test_kinesis_firehose_http[True]@pinzon - [ ]
tests/aws/services/firehose/test_firehose.py::test_kinesis_firehose_http[False]@pinzon - [ ]
tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup@pinzon - [ ]
tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain]@pinzon - [ ]
tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path]@pinzon - [ ]
tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port]@pinzon - [ ]
tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source@pinzon - [ ]
tests/aws/test_integration.py::TestIntegration::test_firehose_s3? - [ ]
tests/aws/test_integration.py::TestIntegration::test_firehose_extended_s3? - [ ]
tests/aws/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3? - [ ]
tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions? - [ ]
tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda? - [ ]
tests/aws/test_integration.py::test_kinesis_lambda_forward_chain? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.12]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9]? - [ ]
tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8]? - [ ]
tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed? - [ ]
tests/aws/test_serverless.py::TestServerless::test_dynamodb_stream_handler_deployed? - [ ]
tests/aws/test_serverless.py::TestServerless::test_kinesis_stream_handler_deployed? - [ ]
tests/aws/test_serverless.py::TestServerless::test_queue_handler_deployed? - [ ]
tests/aws/test_serverless.py::TestServerless::test_lambda_with_configs_deployed? - [ ]
tests/aws/test_serverless.py::TestServerless::test_apigateway_deployed? - [ ]
tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed?
needs_fixing (142)
- [ ]
tests/aws/services/acm/test_acm.py::TestACM::test_boto_wait_for_certificate_validation@alexrashed - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/foo1]@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration[/lambda/{test_param1}]@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_with_is_base_64_encoded@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_authorizer_crud@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_handle_domain_name@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_account@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_without_request_template@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_multiple_api_keys_validate@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_http_integration_with_path_request_parameter@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_mock_integration_response_params@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::test_apigw_call_api_with_aws_endpoint_url@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_http_integrations[custom]@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_basic.py::TestIntegrations::test_api_gateway_http_integrations[proxy]@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_extended.py::test_create_domain_names@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_extended.py::test_get_domain_names@bentsku @cloutierMat - [ ]
tests/aws/services/apigateway/test_apigateway_extended.py::test_get_domain_name@bentsku @cloutierMat - [ ]
tests/aws/services/cloudformation/api/test_nested_stacks.py::test_nested_stack@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_capabilities[capability0]@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_capabilities[capability1]@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/resources/test_events.py::test_event_rule_creation_without_target@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/resources/test_events.py::test_cfn_handle_events_rule_without_name@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_apigateway_invoke@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/resources/test_stepfunctions.py::test_retry_and_catch@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure@dominikschubert @pinzon @simonrw @Morijarti - [ ]
tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_get_metric_data_different_units_no_unit_in_query[metric_data0]@steffyP @pinzon - [ ]
tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_get_metric_data_different_units_no_unit_in_query[metric_data1]@steffyP @pinzon - [ ]
tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_get_metric_data_different_units_no_unit_in_query[metric_data2]@steffyP @pinzon - [ ]
tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_create_vpc_endpoint@viren-nadkarni @macnev2013 - [ ]
tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_describe_vpc_endpoints_with_filter@viren-nadkarni @macnev2013 - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_versions@alexrashed @silv-io - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_get_compatible_version_for_domain@alexrashed @silv-io - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_domain@alexrashed @silv-io - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_create_existing_domain_causes_exception@alexrashed @silv-io - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_describe_domains@alexrashed @silv-io - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_domain_version@alexrashed @silv-io - [ ]
tests/aws/services/es/test_es.py::TestElasticsearchProvider::test_update_domain_config@alexrashed @silv-io - [ ]
tests/aws/services/events/test_events_schedule.py::TestScheduleRate::test_scheduled_rule_logs@maxhoheiser @Morijarti @joe4dev - [ ]
tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_simulate_principle_policy@dfangl @pinzon - [ ]
tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp? - [ ]
tests/aws/services/kms/test_kms.py::TestKMSMultiAccounts::test_cross_accounts_access@sannya-singal - [ ]
tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_delivery_logs_for_sns@steffyP - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_get_compatible_version_for_domain@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_create_domain@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_create_domain_with_invalid_custom_endpoint@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_create_existing_domain_causes_exception@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_describe_domains@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_gzip_responses@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_domain_version@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_update_domain_config@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_create_indices@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_get_document@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_search@alexrashed @silv-io - [ ]
tests/aws/services/opensearch/test_opensearch.py::TestOpensearchProvider::test_cloudformation_deployment@alexrashed @silv-io - [ ]
tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_call_lists_secrets_multiple_times_snapshots@dominikschubert @macnev2013 @MEPalma - [ ]
tests/aws/services/secretsmanager/test_secretsmanager.py::TestSecretsManager::test_create_multi_secrets_snapshot@dominikschubert @macnev2013 @MEPalma - [ ]
tests/aws/services/ses/test_ses.py::TestSES::test_get_identity_verification_attributes_for_domain@viren-nadkarni - [ ]
tests/aws/services/ses/test_ses.py::TestSES::test_sent_message_counter@viren-nadkarni - [ ]
tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_create_platform_endpoint_check_idempotency@bentsku @baermat - [ ]
tests/aws/services/sns/test_sns.py::TestSNSPlatformEndpoint::test_publish_disabled_endpoint@bentsku @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda[sqs]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_from_lambda[sqs_query]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_fifo_parameters[sqs]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_invalid_fifo_parameters[sqs_query]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_query]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_execution_lambda_mapping_preserves_id[sqs]@thrau @baermat - [ ]
tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_execution_lambda_mapping_preserves_id[sqs_query]@thrau @baermat - [ ]
tests/aws/services/ssm/test_ssm.py::TestSSM::test_trigger_event_on_systems_manager_change[standard]@dominikschubert - [ ]
tests/aws/services/ssm/test_ssm.py::TestSSM::test_trigger_event_on_systems_manager_change[domain]@dominikschubert - [ ]
tests/aws/services/ssm/test_ssm.py::TestSSM::test_trigger_event_on_systems_manager_change[path]@dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_choice_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_map_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_run_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_try_catch_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_intrinsic_functions@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_events_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::TestStateMachine::test_create_state_machines_in_parallel@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-1]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-us-east-2]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-west-1]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::test_multiregion_nested[statemachine_definition0-eu-central-1]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::test_aws_sdk_task@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/legacy/test_stepfunctions_legacy.py::test_aws_sdk_task_delete_s3_object@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_failure@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/choice_operators/test_is_operators.py::TestIsOperators::test_is_timestamp@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_send_message_no_such_queue@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sqs.py::TestTaskServiceSqs::test_send_message_no_such_queue_no_catch@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_list_functions@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_sfn_task_service.py::TestTaskServiceSfn::test_start_execution@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_list_sms@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_get_execution_history_no_such_execution@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_choice_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_map_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_run_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_try_catch_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_intrinsic_functions@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_events_state_machine@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::TestStateMachine::test_create_state_machines_in_parallel@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_multiregion_nested[statemachine_definition0-us-east-1]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_multiregion_nested[statemachine_definition0-us-east-2]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_multiregion_nested[statemachine_definition0-eu-west-1]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_multiregion_nested[statemachine_definition0-eu-central-1]@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/test_stepfunctions_v2.py::test_run_aws_sdk_secrets_manager@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_service_lambda_map_timeout@MEPalma @joe4dev @dominikschubert - [ ]
tests/aws/services/support/test_support.py::TestConfigService::test_support_case_lifecycle? - [ ]
tests/aws/services/swf/test_swf.py::TestSwf::test_run_workflow? - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital]@sannya-singal @ackdav - [ ]
tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure@sannya-singal @ackdav - [ ]
tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_bucket_exists? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_sqs? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_lambda? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_event_source_mapping? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_apigateway? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_route53? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_acm? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_apigateway_escaped_policy? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_dynamodb? - [ ]
tests/aws/test_terraform.py::TestTerraform::test_security_groups?