DynamoDB Streams
Implementation details for API dynamodbstreams
Coverage Overview
DynamoDB Streams
is supported by LocalStack
in the community image.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Image | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
DescribeStream | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
GetRecords | ✔️ | community | ✔️ | ✔️ | ✔️ | Show Tests | ||
GetShardIterator | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests | |
ListStreams | ✔️ | community | ✔️ | ✔️ | Show Tests |
Terminology
- Internal Test Suite: tested by LocalStack's internal integration test suite
- External Test Suite: covered by an external integration test suite, that runs against LocalStack
- Terraform Validated: operation tested with Terraform
- AWS Validated: the integration test that includes this operation call was validated against AWS
- Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same
Testing Details
This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.How to read the test details?
For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the execution 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 execution 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
DescribeStream
Parameters: ExclusiveStartShardId, StreamArn
- LocalStack Community
- test_dynamodb_streams_describe_with_exclusive_start_shard_id LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_describe_with_exclusive_start_shard_id HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
- test_lambda_w_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter HTTP Status Code: 200 AWS validated
- test_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
- test_batch_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items_streaming HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_records_with_update_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_records_with_update_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_shard_iterator LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_stream_view_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_streams_describe_with_exclusive_start_shard_id LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_describe_with_exclusive_start_shard_id HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_streams_shard_iterator_format LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_shard_iterator_format HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_write_items_streaming_for_different_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming_for_different_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_spec_and_region_replacement LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_stream_spec_and_region_replacement HTTP Status Code: 200
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_false_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_false_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_false_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_false_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[numeric_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[numeric_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[numeric_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[numeric_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_s3_on_failure_destination LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_s3_on_failure_destination HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_event_filter_criteria_validation LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_filter_criteria_validation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_source_mapping_lifecycle_delete_function LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle_delete_function HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200 AWS validated
- test_import_and_validate_rest_api[openapi.spec.tf.json] LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_and_validate_rest_api[openapi.spec.tf.json] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_import_rest_api_with_base_path_oas30[ignore] LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_rest_api_with_base_path_oas30[ignore] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_import_rest_api_with_base_path_oas30[prepend] LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_rest_api_with_base_path_oas30[prepend] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_import_rest_api_with_base_path_oas30[split] LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_rest_api_with_base_path_oas30[split] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_import_rest_apis_with_base_path_swagger[prepend] LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_rest_apis_with_base_path_swagger[prepend] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_import_with_http_method_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_with_http_method_integration HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_import_with_stage_variables LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_with_stage_variables HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_header_remapping_aws[AWS] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_header_remapping_aws[AWS_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_aws[AWS_PROXY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_header_remapping_http[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_http[HTTP] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_header_remapping_http[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::TestApiGatewayHeaderRemapping::test_apigateway_header_remapping_http[HTTP_PROXY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_http_integration_status_code_selection LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_http_integration_status_code_selection HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_put_integration_validation LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_put_integration_validation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_aws_proxy_response_payload_format_validation LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_aws_proxy_response_payload_format_validation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_integration_response_with_mapping_templates LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_response_with_mapping_templates HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_integration_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_integration_with_request_template HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_proxy_integration_non_post_method LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration_non_post_method HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_proxy_integration_request_data_mapping LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_integration_request_data_mapping HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_aws_proxy_response_format LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_aws_proxy_response_format HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_lambda_rust_proxy_integration LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_rust_proxy_integration HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_selection_patterns LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda.py::test_lambda_selection_patterns HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/aws/services/apigateway/test_apigateway_stepfunctions.py::TestApigatewayStepfunctions::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/aws/services/apigateway/test_apigateway_stepfunctions.py::TestApigatewayStepfunctions::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_and_then_remove_non_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_non_supported_resource_change_set HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_create_and_then_remove_supported_resource_change_set LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_remove_supported_resource_change_set HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_create_and_then_update_refreshes_template_metadata LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_and_then_update_refreshes_template_metadata HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_create_delete_create LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_delete_create HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_delete_change_set_exception LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_delete_change_set_exception HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_empty_changeset LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_empty_changeset HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cfn_handle_elasticsearch_domain LocalStack Community: tests/aws/services/cloudformation/resources/test_elasticsearch.py::test_cfn_handle_elasticsearch_domain HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_logs.py::test_cfn_handle_log_group_resource HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_logstream LocalStack Community: tests/aws/services/cloudformation/resources/test_logs.py::test_logstream HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_redshift_cluster LocalStack Community: tests/aws/services/cloudformation/resources/test_redshift.py::test_redshift_cluster HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_alarm_lambda_target LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_alarm_lambda_target HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_aws_sqs_metrics_created LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_aws_sqs_metrics_created HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_breaching_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_breaching_alarm_actions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_describe_minimal_metric_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_describe_minimal_metric_alarm HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_enable_disable_alarm_actions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_enable_disable_alarm_actions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_get_metric_data LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_get_metric_data HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_get_metric_data_pagination LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_get_metric_data_pagination HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_get_metric_with_no_results LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_get_metric_with_no_results HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_list_metrics_pagination LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_list_metrics_pagination HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_list_metrics_uniqueness LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_list_metrics_uniqueness HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_list_metrics_with_filters LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_list_metrics_with_filters HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_multiple_dimensions LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_multiple_dimensions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_put_metric_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_put_metric_alarm HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_set_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_set_alarm HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_store_tags LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_store_tags HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_trigger_composite_alarm LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_trigger_composite_alarm HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_invoke_error LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_error HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lambda_invoke_successful LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_successful HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_alarm_number_of_messages_sent LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_sqs_approximate_metrics LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSqsApproximateMetrics::test_sqs_approximate_metrics HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_non_existent_stream LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_non_existent_stream HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_ec2_flow_logs_s3 LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2FlowLogs::test_ec2_flow_logs_s3 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_describe_vpc_endpoints_with_filter LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_describe_vpc_endpoints_with_filter HTTP Status Code: 400 (ResourceNotFoundException)
- test_vcp_peering_difference_regions LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_vcp_peering_difference_regions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_pickle_ec2_backend LocalStack Community: tests/aws/services/ec2/test_ec2.py::test_pickle_ec2_backend HTTP Status Code: 400 (ResourceNotFoundException)
- test_create_connection_with_auth[auth_params1] LocalStack Community: tests/aws/services/events/test_api_destinations_and_connection.py::TestEventBridgeConnections::test_create_connection_with_auth[auth_params1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- tests_put_rule_with_schedule_cron[cron(0/10 * ? * MON-FRI *)] LocalStack Community: tests/aws/services/events/test_events_schedule.py::TestScheduleCron::tests_put_rule_with_schedule_cron[cron(0/10 * ? * MON-FRI *)] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_rule_with_schedule_rate LocalStack Community: tests/aws/services/events/test_events_schedule.py::TestScheduleRate::test_put_rule_with_schedule_rate HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- tests_schedule_rate_custom_input_target_sqs LocalStack Community: tests/aws/services/events/test_events_schedule.py::TestScheduleRate::tests_schedule_rate_custom_input_target_sqs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- tests_schedule_rate_target_sqs LocalStack Community: tests/aws/services/events/test_events_schedule.py::TestScheduleRate::tests_schedule_rate_target_sqs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_api_gateway LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetApiGateway::test_put_events_with_target_api_gateway HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_events[bus_combination2] LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetEvents::test_put_events_with_target_events[bus_combination2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_firehose LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetFirehose::test_put_events_with_target_firehose HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_lambda LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_lambda_list_entries_partial_match LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda_list_entries_partial_match HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_lambda_list_entry LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetLambda::test_put_events_with_target_lambda_list_entry HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_sqs_event_detail_match LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetSqs::test_put_events_with_target_sqs_event_detail_match HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_with_target_statefunction_machine LocalStack Community: tests/aws/services/events/test_events_targets.py::TestEventsTargetStepFunctions::test_put_events_with_target_statefunction_machine HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 400 (ResourceNotFoundException)
- test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_firehose_http[True] LocalStack Community: tests/aws/services/firehose/test_firehose.py::test_kinesis_firehose_http[True] HTTP Status Code: 400 (ResourceNotFoundException)
- test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_empty_provided LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_empty_provided HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_event_source_mapping_with_async_invocation LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_async_invocation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_event_source_mapping_with_s3_on_failure_destination LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_s3_on_failure_destination HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_failures HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_success_scenarios[empty_string_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[empty_string_success] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_kinesis_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_report_batch_item_success_scenarios[null_success] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_layer_function_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_exceptions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_layer_function_quota_exception LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_function_quota_exception HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_layer_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_lifecycle HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[dotnet6] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[dotnet8] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java11] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[java17] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java17] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java21] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[java8.al2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[nodejs16.x] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[nodejs20.x] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[nodejs22.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[nodejs22.x] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[provided.al2023] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[provided.al2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[python3.10] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[python3.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[python3.11] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[python3.13] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[python3.8] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[python3.9] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[python3.9] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[ruby3.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[ruby3.2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_lifecycle[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[ruby3.3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[dotnet6] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[dotnet6] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[java11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java11] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[java21] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java21] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[java8.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[java8.al2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[nodejs18.x] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[nodejs20.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[nodejs20.x] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[provided.al2023] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[provided.al2023] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[provided.al2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[provided.al2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[python3.10] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[python3.10] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[python3.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[python3.12] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[python3.13] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[python3.13] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[python3.8] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[python3.8] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_snapstart_update_function_configuration[ruby3.3] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[ruby3.3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_tag_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_lifecycle HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_tag_limits LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_limits HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_tag_versions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_versions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_group LocalStack Community: tests/aws/services/resource_groups/test_resource_groups.py::TestResourceGroups::test_create_group HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_hosted_zone LocalStack Community: tests/aws/services/route53/test_route53.py::TestRoute53::test_create_hosted_zone HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_private_hosted_zone LocalStack Community: tests/aws/services/route53/test_route53.py::TestRoute53::test_create_private_hosted_zone HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_bucket_operation_between_regions LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_bucket_operation_between_regions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_copy_in_place_with_bucket_encryption LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_copy_in_place_with_bucket_encryption HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_copy_object_special_character LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_copy_object_special_character HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_bucket_head_bucket LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_create_bucket_head_bucket HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_etag_on_get_object_call LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_etag_on_get_object_call HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_get_object_content_length_with_virtual_host[True] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_get_object_content_length_with_virtual_host[True] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_metadata_header_character_decoding LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_metadata_header_character_decoding HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_multipart_and_list_parts LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_multipart_and_list_parts HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_multipart_parts_checksum_exceptions LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_multipart_parts_checksum_exceptions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_and_get_object_with_utf8_key LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_and_get_object_with_utf8_key HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_bucket_policy_expected_bucket_owner LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_bucket_policy_expected_bucket_owner HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_get_object_special_character[test key//] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_get_object_special_character[test key//] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_get_object_special_character[test%123] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_get_object_special_character[test%123] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_object_acl_on_delete_marker LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_object_acl_on_delete_marker HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_object_checksum[SHA256] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_object_checksum[SHA256] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_object_chunked_newlines_no_sig LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_object_chunked_newlines_no_sig HTTP Status Code: 400 (ResourceNotFoundException)
- test_put_object_storage_class[STANDARD_IA-True] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_put_object_storage_class[STANDARD_IA-True] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_range_header_body_length LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_range_header_body_length HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_region_header_exists_outside_us_east_1 LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_region_header_exists_outside_us_east_1 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_batch_delete_objects LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_batch_delete_objects HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_content_type_and_metadata LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_content_type_and_metadata HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_metadata_replace LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_metadata_replace HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_object_in_place_suspended_only LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_in_place_suspended_only HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_object_preconditions LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_preconditions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_object_with_checksum[CRC32] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_with_checksum[CRC32] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_object_with_checksum[SHA256] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_object_with_checksum[SHA256] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_tagging_directive[COPY] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_tagging_directive[COPY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_tagging_directive_versioned[COPY] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_copy_tagging_directive_versioned[COPY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_download_object_with_lambda LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_download_object_with_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_s3_get_object_preconditions[get_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[get_object] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_get_object_preconditions[head_object] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_get_object_preconditions[head_object] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_invalid_content_md5 LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_invalid_content_md5 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_lambda_integration LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_lambda_integration HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_multipart_upload_acls LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_multipart_upload_acls HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_object_expiry HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_put_more_than_1000_items LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_more_than_1000_items HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_put_object_versioned LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_put_object_versioned HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_uppercase_bucket_name LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3::test_s3_uppercase_bucket_name HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_bucket_lifecycle_configuration_object_expiry LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketLifecycle::test_bucket_lifecycle_configuration_object_expiry HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_replication_config LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3BucketReplication::test_replication_config HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_storage_class_deep_archive LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3DeepArchive::test_storage_class_deep_archive HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_s3_copy_object_legal_hold LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockLegalHold::test_s3_copy_object_legal_hold HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_copy_object_retention_lock LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_copy_object_retention_lock HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_object_retention LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3ObjectLockRetention::test_s3_object_retention HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_post_object_with_file_as_string LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_object_with_file_as_string HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_post_request_expires LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_expires HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_post_request_malformed_policy[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_malformed_policy[s3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_post_request_missing_fields[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedPost::test_post_request_missing_fields[s3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_get_object_ignores_request_body LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_object_ignores_request_body HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_get_request_expires_ignored_if_validation_disabled LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_get_request_expires_ignored_if_validation_disabled HTTP Status Code: 400 (ResourceNotFoundException)
- test_presigned_url_signature_authentication[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication[s3-False] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_presigned_url_signature_authentication_expired[s3-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-False] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_presigned_url_signature_authentication_expired[s3-True] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3-True] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_presigned_url_signature_authentication_expired[s3v4-False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-False] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_presigned_url_signature_authentication_expired[s3v4-True] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_signature_authentication_expired[s3v4-True] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_presigned_url_v4_signed_headers_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_signed_headers_in_qs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_presigned_url_v4_x_amz_in_qs LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_v4_x_amz_in_qs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_presigned_url_with_different_user_credentials LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_presigned_url_with_different_user_credentials HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_put_url_metadata_with_sig_s3v4[False] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_put_url_metadata_with_sig_s3v4[False] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_presigned_url_expired[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_presigned_url_expired[s3v4] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_presigned_url_expired[s3v4] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_s3_put_presigned_url_with_different_headers[s3] LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3PresignedUrl::test_s3_put_presigned_url_with_different_headers[s3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_object_validation_sse_c LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3SSECEncryption::test_put_object_validation_sse_c HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_routing_rules_order LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_routing_rules_order HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_website_hosting_index_lookup LocalStack Community: tests/aws/services/s3/test_s3.py::TestS3StaticWebsiteHosting::test_website_hosting_index_lookup HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_lifecycle_public_access_block LocalStack Community: tests/aws/services/s3control/test_s3control.py::TestLegacyS3Control::test_lifecycle_public_access_block HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_sent_message_counter LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sent_message_counter HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_trying_to_delete_event_destination_from_non_existent_configuration_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_trying_to_delete_event_destination_from_non_existent_configuration_set HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_send_email_can_retrospect LocalStack Community: tests/aws/services/ses/test_ses.py::TestSESRetrospection::test_send_email_can_retrospect HTTP Status Code: 400 (ResourceNotFoundException)
- test_activity_task LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_activity_task_failure LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_failure HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_activity_task_no_worker_name LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_no_worker_name HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_activity_task_on_deleted LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_on_deleted HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_activity_task_start_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_start_timeout HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_activity_task_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_with_heartbeat HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_cases[BASE_CONSTANT_LITERALS] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_base.py::TestAssignBase::test_base_cases[BASE_CONSTANT_LITERALS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_cases[BASE_EMPTY] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_base.py::TestAssignBase::test_base_cases[BASE_EMPTY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_cases[BASE_PATHS] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_base.py::TestAssignBase::test_base_cases[BASE_PATHS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_cases[BASE_SCOPE_MAP] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_base.py::TestAssignBase::test_base_cases[BASE_SCOPE_MAP] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_cases[BASE_VAR] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_base.py::TestAssignBase::test_base_cases[BASE_VAR] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_parallel_cases[BASE_SCOPE_PARALLEL] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_base.py::TestAssignBase::test_base_parallel_cases[BASE_SCOPE_PARALLEL] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_assign_from_value[BASE_ASSIGN_FROM_INTRINSIC_FUNCTION] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_from_value[BASE_ASSIGN_FROM_INTRINSIC_FUNCTION] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_assign_from_value[BASE_ASSIGN_FROM_PARAMETERS] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_from_value[BASE_ASSIGN_FROM_PARAMETERS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_assign_from_value[BASE_ASSIGN_FROM_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_from_value[BASE_ASSIGN_FROM_RESULT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_assign_in_catch_state LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_in_catch_state HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_assign_in_choice_state[CORRECT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_in_choice_state[CORRECT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_assign_in_choice_state[INCORRECT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_assign_in_choice_state[INCORRECT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_CHOICE] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_CHOICE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_FAIL] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_FAIL] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_INPUTPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_INPUTPATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_INTRINSIC_FUNCTION] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_INTRINSIC_FUNCTION] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_ITERATOR_OUTER_SCOPE] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_ITERATOR_OUTER_SCOPE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_OUTPUTPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_OUTPUTPATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_PARAMETERS] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_PARAMETERS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_assign[BASE_REFERENCE_IN_WAIT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_assign[BASE_REFERENCE_IN_WAIT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_in_map_state[MAP_STATE_REFERENCE_IN_INTRINSIC_FUNCTION] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_in_map_state[MAP_STATE_REFERENCE_IN_INTRINSIC_FUNCTION] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_in_map_state[MAP_STATE_REFERENCE_IN_ITEMS_PATH] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_in_map_state[MAP_STATE_REFERENCE_IN_ITEMS_PATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_in_map_state[MAP_STATE_REFERENCE_IN_ITEM_SELECTOR] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_in_map_state[MAP_STATE_REFERENCE_IN_ITEM_SELECTOR] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_in_map_state[MAP_STATE_REFERENCE_IN_MAX_CONCURRENCY_PATH] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_in_map_state[MAP_STATE_REFERENCE_IN_MAX_CONCURRENCY_PATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_in_map_state[MAP_STATE_REFERENCE_IN_TOLERATED_FAILURE_PATH] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_in_map_state[MAP_STATE_REFERENCE_IN_TOLERATED_FAILURE_PATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_reference_in_map_state_max_items_path[MAP_STATE_REFERENCE_IN_MAX_ITEMS_PATH] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_reference_in_map_state_max_items_path[MAP_STATE_REFERENCE_IN_MAX_ITEMS_PATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_undefined_reference[BASE_UNDEFINED_ARGUMENTS] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_undefined_reference[BASE_UNDEFINED_ARGUMENTS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_undefined_reference[BASE_UNDEFINED_ASSIGN] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_undefined_reference[BASE_UNDEFINED_ASSIGN] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_undefined_reference[BASE_UNDEFINED_OUTPUT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_undefined_reference[BASE_UNDEFINED_OUTPUT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_undefined_reference[BASE_UNDEFINED_OUTPUT_FIELD] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_undefined_reference[BASE_UNDEFINED_OUTPUT_FIELD] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_undefined_reference[BASE_UNDEFINED_OUTPUT_MULTIPLE_STATES] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_undefined_reference[BASE_UNDEFINED_OUTPUT_MULTIPLE_STATES] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_variables_in_lambda_task[BASE_ASSIGN_FROM_LAMBDA_TASK_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/assign/test_assign_reference_variables.py::TestAssignReferenceVariables::test_variables_in_lambda_task[BASE_ASSIGN_FROM_LAMBDA_TASK_RESULT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_json_path_array_access[$.items[0]] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_json_path_array_access[$.items[0]] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_json_path_array_access[$.items[10]] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_json_path_array_access[$.items[10]] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_query_context_object_values LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_query_context_object_values HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_state_fail LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_state_fail_empty LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_empty HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_state_fail_intrinsic LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_intrinsic HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_state_pass_regex_json_path_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_regex_json_path_base HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_state_pass_result_jsonpaths LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result_jsonpaths HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_state_pass_result_null_input_output_paths LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result_null_input_output_paths HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_wait_seconds_path[-1.5] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[-1.5] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_wait_seconds_path[-1] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[-1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_wait_seconds_path[0] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[0] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_wait_seconds_path[1.5] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[1.5] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_wait_seconds_path[1] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_wait_timestamppath[.000000Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.000000Z] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_wait_timestamppath[.000000] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.000000] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_wait_timestamppath[.00Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.00Z] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_wait_timestamppath[Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[Z] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_error_cause_path LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_error_cause_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_input_path[$$.Execution.Input] LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_input_path[$$.Execution.Input] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_input_path[$$] LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_input_path[$$] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_output_path[$$.Execution.Input] LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_output_path[$$.Execution.Input] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_output_path[$$] LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_output_path[$$] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_result_selector LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_result_selector HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_variable LocalStack Community: tests/aws/services/stepfunctions/v2/context_object/test_context_object.py::TestSnfBase::test_variable HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_lambda_task LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_lambda_task HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_service_lambda_invoke LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_service_lambda_invoke HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_service_lambda_invoke_retry LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_service_lambda_invoke_retry HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_INTRINSIC] LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_INTRINSIC] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_JSONATA] LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_JSONATA] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_PATH] LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_PATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_PATH_CONTEXT] LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_PATH_CONTEXT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_VARIABLE] LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_cross_account_states_start_sync_execution[SFN_START_EXECUTION_SYNC_ROLE_ARN_VARIABLE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_invalid_credentials_field[INVALID_CREDENTIALS_FIELD] LocalStack Community: tests/aws/services/stepfunctions/v2/credentials/test_credentials_base.py::TestCredentialsBase::test_invalid_credentials_field[INVALID_CREDENTIALS_FIELD] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_dynamodb_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_dynamodb_put_item_no_such_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_invalid_secret_name LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_invalid_secret_name HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_no_such_bucket LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_no_such_bucket HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map[ITEMS_DOUBLE_QUOTES] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map[ITEMS_DOUBLE_QUOTES] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map[MAX_CONCURRENCY] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map[MAX_CONCURRENCY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map[TOLERATED_FAILURE_COUNT] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map[TOLERATED_FAILURE_COUNT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map[TOLERATED_FAILURE_PERCENTAGE] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map[TOLERATED_FAILURE_PERCENTAGE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map_from_input[ITEMS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map_from_input[ITEMS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map_from_input[MAX_CONCURRENCY] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map_from_input[MAX_CONCURRENCY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map_from_input[TOLERATED_FAILURE_COUNT] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map_from_input[TOLERATED_FAILURE_COUNT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_map_from_input[TOLERATED_FAILURE_PERCENTAGE] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map_from_input[TOLERATED_FAILURE_PERCENTAGE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_task[HEARTBEAT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task[HEARTBEAT_SECONDS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_task_from_input[HEARTBEAT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task_from_input[HEARTBEAT_SECONDS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_task_from_input[TIMEOUT_SECONDS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_task_from_input[TIMEOUT_SECONDS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base[BASE_PASS_RESULT] LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_base[BASE_PASS_RESULT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base[BASE_RAISE_FAILURE] LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_base[BASE_RAISE_FAILURE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_catch LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_catch HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_query_runtime_memory LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_query_runtime_memory HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_retry LocalStack Community: tests/aws/services/stepfunctions/v2/express/test_express_async.py::TestExpressAsync::test_retry HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_0 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_0 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_2 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_contains LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_contains HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_get_item HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_length LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_length HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_partition LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_partition HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_range LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_range HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_array_unique LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_array.py::TestArray::test_array_unique HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_64_decode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_decode HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_64_encode LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_encode_decode.py::TestEncodeDecode::test_base_64_encode HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_context_json_path LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_context_json_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_escape_sequence LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_escape_sequence HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_format_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_1 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_format_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_format_2 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_nested_calls_1 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_1 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_nested_calls_2 LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_generic.py::TestGeneric::test_nested_calls_2 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_math_add LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_math_operations.py::TestMathOperations::test_math_add HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_math_random LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_math_operations.py::TestMathOperations::test_math_random HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_string_split LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_string_split_context_object LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split_context_object HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_malformed_detail LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_malformed_detail HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_mixed_malformed_detail LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_mixed_malformed_detail HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_put_events_no_source LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_no_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_send_message LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_send_message_attributes LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_attributes HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_send_message_unsupported_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_sqs_task_service.py::TestTaskServiceSqs::test_send_message_unsupported_parameters HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_validate_state_machine_definition_not_a_definition[EMPTY_STRING] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_validation.py::TestSfnApiValidation::test_validate_state_machine_definition_not_a_definition[EMPTY_STRING] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_validate_state_machine_definition_type_standard[INVALID_BASE_NO_STARTAT] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_validation.py::TestSfnApiValidation::test_validate_state_machine_definition_type_standard[INVALID_BASE_NO_STARTAT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_debug[BASE_CHOICE_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_debug[BASE_CHOICE_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_debug[BASE_FAIL_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_debug[BASE_FAIL_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_debug[BASE_RESULT_PASS_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_debug[BASE_RESULT_PASS_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_debug[IO_RESULT_PASS_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_debug[IO_RESULT_PASS_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_info[BASE_CHOICE_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_info[BASE_CHOICE_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_info[BASE_FAIL_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_info[BASE_FAIL_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_info[IO_PASS_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_info[IO_PASS_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_trace[BASE_CHOICE_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_trace[BASE_CHOICE_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_trace[BASE_PASS_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_trace[BASE_PASS_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_trace[BASE_SUCCEED_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_trace[BASE_SUCCEED_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_trace[IO_PASS_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_trace[IO_PASS_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_inspection_level_trace[IO_RESULT_PASS_STATE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_inspection_level_trace[IO_RESULT_PASS_STATE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_lambda_service_task_state[DEBUG] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[DEBUG] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_lambda_service_task_state[INFO] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[INFO] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_lambda_service_task_state[TRACE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_service_task_state[TRACE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_lambda_task_state[DEBUG] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[DEBUG] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_lambda_task_state[INFO] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[INFO] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_base_lambda_task_state[TRACE] LocalStack Community: tests/aws/services/stepfunctions/v2/test_state/test_test_state_scenarios.py::TestStateCaseScenarios::test_base_lambda_task_state[TRACE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_get_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_list_transcription_jobs LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_list_transcription_jobs HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job[test-output-bucket-2-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-2-None] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job[test-output-bucket-4-test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-4-test-output.json] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job[test-output-bucket-6-test-files/test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-6-test-files/test-output] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_start_job_same_name LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job_same_name HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
- test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_populate_data LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_populate_data HTTP Status Code: 200 AWS validated
- test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
- test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
- test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
GetRecords
Parameters: Limit, ShardIterator
- LocalStack Community
- test_lambda_dynamodb LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_lambda_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 200 AWS validated Snapshot Tested
- test_search_books LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_search_books HTTP Status Code: 200 AWS validated Snapshot Tested
- test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
- test_lambda_w_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter HTTP Status Code: 200 AWS validated
- test_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_false_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_false_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[numeric_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[numeric_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_s3_on_failure_destination LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_s3_on_failure_destination HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_source_mapping_lifecycle_delete_function LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle_delete_function HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200 AWS validated
- test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200 AWS validated
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 500 (InternalError) AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 500 (InternalError) AWS validated Snapshot Tested
- LocalStack Pro
- test_closed_store_aborts LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_closed_store_aborts HTTP Status Code: 200 AWS validated
- test_concurrent_order_limit LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_concurrent_order_limit HTTP Status Code: 200 AWS validated
- test_mocking_of_validator_service LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_mocking_of_validator_service HTTP Status Code: 200 AWS validated
- test_open_store LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_open_store HTTP Status Code: 200 AWS validated
- test_order_completion_workflow LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_order_completion_workflow HTTP Status Code: 200 AWS validated
- test_populate_data LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_populate_data HTTP Status Code: 200 AWS validated
- test_register_admin_user LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_register_admin_user HTTP Status Code: 200 AWS validated Snapshot Tested
- test_websocket LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_websocket HTTP Status Code: 200 AWS validated
- test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
- test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 400 (AccessDeniedException) AWS validated
- LocalStack Community
- test_batch_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items_streaming HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_records_with_update_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_records_with_update_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_stream_view_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_streams_shard_iterator_format LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_shard_iterator_format HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_write_items_streaming_for_different_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming_for_different_tables HTTP Status Code: 200 AWS validated Snapshot Tested
GetShardIterator
Parameters: SequenceNumber, ShardId, ShardIteratorType, StreamArn
- LocalStack Community
- test_data_encoding_consistency LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_shard_iterator LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_stream_view_type HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
- test_lambda_w_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter HTTP Status Code: 200 AWS validated
- test_lambda_w_dynamodb_event_filter_update LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_w_dynamodb_event_filter_update HTTP Status Code: 200 AWS validated
- test_batch_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items_streaming HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_records_with_update_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_records_with_update_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_shard_iterator LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_streams_shard_iterator_format LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_shard_iterator_format HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_write_items_streaming LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_write_items_streaming_for_different_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_write_items_streaming_for_different_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_false_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_false_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[numeric_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[numeric_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_s3_on_failure_destination LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_s3_on_failure_destination HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_sns_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[empty_string_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[invalid_key_foo_null_value_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[item_identifier_not_present_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[null_item_identifier_failure] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failure_scenarios[unhandled_exception_in_function] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_failures HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_dict_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[empty_list_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[empty_list_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_batch_item_failure_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_report_batch_item_success_scenarios[null_success] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_report_batch_item_success_scenarios[null_success] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_source_mapping_lifecycle LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_event_source_mapping_lifecycle_delete_function LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle_delete_function HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_populate_data LocalStack Pro: tests/aws/scenario/serverlesspresso/test_serverlesspresso.py::TestServerlesspressoScenario::test_populate_data HTTP Status Code: 200 AWS validated
- test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
- test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
ListStreams
Parameters: - (without any parameters)
- LocalStack Community
- test_stream_spec_and_region_replacement LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_stream_spec_and_region_replacement HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- LocalStack Community
- test_stream_spec_and_region_replacement LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_stream_spec_and_region_replacement HTTP Status Code: 200