DynamoDB Streams

Implementation details for API dynamodbstreams

Coverage Overview

DynamoDB Streams is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
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.

  • 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
Parameters: StreamArn
  • 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_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_invoke_status_code_passthrough[HTTP_PROXY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_integration_method[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_integration_method[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_method[HTTP_PROXY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_integration_with_lambda[HTTP_PROXY] LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_integration_with_lambda[HTTP_PROXY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_http_proxy_integration_request_data_mappings LocalStack Community: tests/aws/services/apigateway/test_apigateway_http.py::test_http_proxy_integration_request_data_mappings 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_apis_with_base_path_swagger[ignore] LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_rest_apis_with_base_path_swagger[ignore] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_import_swagger_api LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_swagger_api HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_import_with_circular_models LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_with_circular_models HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_import_with_cognito_auth_identity_source LocalStack Community: tests/aws/services/apigateway/test_apigateway_import.py::TestApiGatewayImportRestApi::test_import_with_cognito_auth_identity_source 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_apigw_s3_binary_support_request[CONVERT_TO_TEXT] LocalStack Community: tests/aws/services/apigateway/test_apigateway_s3.py::TestApiGatewayS3BinarySupport::test_apigw_s3_binary_support_request[CONVERT_TO_TEXT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_apigw_s3_binary_support_response_convert_to_binary LocalStack Community: tests/aws/services/apigateway/test_apigateway_s3.py::TestApiGatewayS3BinarySupport::test_apigw_s3_binary_support_response_convert_to_binary HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_apigw_s3_binary_support_response_no_content_handling LocalStack Community: tests/aws/services/apigateway/test_apigateway_s3.py::TestApiGatewayS3BinarySupport::test_apigw_s3_binary_support_response_no_content_handling HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_apigateway_s3_any LocalStack Community: tests/aws/services/apigateway/test_apigateway_s3.py::test_apigateway_s3_any HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_get_template_using_changesets[json] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template_using_changesets[json] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_get_template_using_changesets[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template_using_changesets[yaml] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_get_template_using_create_stack[yaml] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template_using_create_stack[yaml] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_list_events_after_deployment LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_list_stack_resources_for_removed_resource LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 400 (ResourceNotFoundException)
    • test_stack_description_special_chars LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_lifecycle LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_update_resources LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_update_stack_actual_update LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_actual_update HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_update_stack_with_same_template_withoutchange LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_update_stack_with_same_template_withoutchange_transformation LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template_withoutchange_transformation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_events_resource_types LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_no_echo_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_no_echo_parameter HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_deploy_order[A-B-C] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_deploy_order[A-B-C] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_deploy_order[A-C-B] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_deploy_order[A-C-B] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_deploy_order[B-A-C] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_deploy_order[B-A-C] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_deploy_order[B-C-A] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_deploy_order[B-C-A] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_deploy_order[C-A-B] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_deploy_order[C-A-B] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_deploy_order[C-B-A] LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_deploy_order[C-B-A] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stack_resource_not_found LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_stack_resource_not_found HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_update_termination_protection LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_updating_an_updated_stack_sets_status LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/aws_ec2_networkacl/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_deploy_prefix_list LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_prefix_list HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_deploy_security_group_with_tags LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_security_group_with_tags HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_deploy_vpc_endpoint LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_vpc_endpoint HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_acm_certificate LocalStack Community: tests/aws/services/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 400 (ResourceNotFoundException)
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_cdk_sample LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkSampleApp::test_cdk_sample HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • 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_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_cdk_deployment_generates_secret_value_if_no_value_is_provided LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cdk_deployment_generates_secret_value_if_no_value_is_provided HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_handle_secretsmanager_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_handle_secretsmanager_secret HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_secret_policy[default] LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy[default] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_secret_policy[true] LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secret_policy[true] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_secretsmanager_gen_secret LocalStack Community: tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_cfn_secretsmanager_gen_secret HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • 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_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_invalid_amount_of_datapoints LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch.py::TestCloudwatch::test_invalid_amount_of_datapoints 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_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_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_validation LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2FlowLogs::test_ec2_flow_logs_s3_validation 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_put_events_bus_to_bus[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEventBus::test_put_events_bus_to_bus[path] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_permission[custom] LocalStack Community: tests/aws/services/events/test_events.py::TestEventBus::test_put_permission[custom] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_events_pattern_nested LocalStack Community: tests/aws/services/events/test_events.py::TestEventPattern::test_put_events_pattern_nested HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_events_pattern_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEventPattern::test_put_events_pattern_with_values_in_array HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_process_pattern_to_single_matching_rules_single_target LocalStack Community: tests/aws/services/events/test_events.py::TestEventRule::test_process_pattern_to_single_matching_rules_single_target HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_process_to_multiple_matching_rules_single_target LocalStack Community: tests/aws/services/events/test_events.py::TestEventRule::test_process_to_multiple_matching_rules_single_target HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_process_to_single_matching_rules_single_target LocalStack Community: tests/aws/services/events/test_events.py::TestEventRule::test_process_to_single_matching_rules_single_target HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_list_with_prefix_describe_delete_rule[custom] LocalStack Community: tests/aws/services/events/test_events.py::TestEventRule::test_put_list_with_prefix_describe_delete_rule[custom] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_list_target_by_rule_limit LocalStack Community: tests/aws/services/events/test_events.py::TestEventTarget::test_list_target_by_rule_limit HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_events_with_target_delivery_failure LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_with_target_delivery_failure 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_sqs.py::TestSQSEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_event_source_mapping_default_batch_size LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_event_source_mapping_default_batch_size HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[and] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[and] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[exists] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[exists] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[numeric-bigger] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[numeric-bigger] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[numeric-range] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[numeric-range] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[numeric-smaller] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[numeric-smaller] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[or] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[or] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[prefix] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[prefix] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[single] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[single] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_filter[valid-json-filter] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_filter[valid-json-filter] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size[10000] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size[10000] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size[1000] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size[1000] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size[100] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size[100] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size[15] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size[15] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size_override[1000] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size_override[1000] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size_override[100] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size_override[100] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batch_size_override[20] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batch_size_override[20] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_batching_reserved_concurrency LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_batching_reserved_concurrency HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_event_source_mapping_update LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_event_source_mapping_update HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[invalid_filter3] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[invalid_filter3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_invalid_event_filter[simple string] LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::TestSQSEventSourceMapping::test_sqs_invalid_event_filter[simple string] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_failing_lambda_retries_after_visibility_timeout LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_failing_lambda_retries_after_visibility_timeout HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_fifo_message_group_parallelism LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_fifo_message_group_parallelism HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_message_body_and_attributes_passed_correctly LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_message_body_and_attributes_passed_correctly HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_redrive_policy_with_failing_lambda LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_redrive_policy_with_failing_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_report_batch_item_failures LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_empty_json_batch_succeeds LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_empty_json_batch_succeeds HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_invalid_result_json_batch_fails LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_invalid_result_json_batch_fails HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_report_batch_item_failures_on_lambda_error LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_report_batch_item_failures_on_lambda_error HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_sqs_queue_as_lambda_dead_letter_queue LocalStack Community: tests/aws/services/lambda_/event_source_mapping/test_lambda_integration_sqs.py::test_sqs_queue_as_lambda_dead_letter_queue HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_layer_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaLayer::test_layer_exceptions 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[nodejs18.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[nodejs18.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.12] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_lifecycle[python3.12] 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[dotnet8] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[dotnet8] 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[nodejs16.x] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[nodejs16.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[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.11] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[python3.11] 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.2] LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaSnapStart::test_snapstart_update_function_configuration[ruby3.2] 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_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_clusters LocalStack Community: tests/aws/services/redshift/test_redshift.py::TestRedshift::test_create_clusters HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • 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_bucket_not_exist LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_not_exist HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_bucket_notifications_with_filter LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_bucket_notifications_with_filter HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_object_created_put LocalStack Community: tests/aws/services/s3/test_s3_notifications_sns.py::TestS3NotificationsToSns::test_object_created_put HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_list_messages_as_botocore_endpoint_url[json-standard] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_as_botocore_endpoint_url[json-standard] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_list_messages_with_invisible_messages[path] LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsDeveloperEndpoints::test_list_messages_with_invisible_messages[path] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_receive_message_override_message_wait_time_seconds LocalStack Community: tests/aws/services/sqs/test_sqs_backdoor.py::TestSqsOverrideHeaders::test_receive_message_override_message_wait_time_seconds HTTP Status Code: 400 (ResourceNotFoundException)
    • test_basic_move_task_workflow LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_basic_move_task_workflow HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_move_task_cancel LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_cancel HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_move_task_delete_destination_queue_while_running LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_delete_destination_queue_while_running HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_move_task_with_throughput_limit LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_with_throughput_limit HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_move_task_workflow_with_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_default_destination HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_move_task_workflow_with_multiple_sources_as_default_destination LocalStack Community: tests/aws/services/sqs/test_sqs_move_task.py::test_move_task_workflow_with_multiple_sources_as_default_destination HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_trigger_event_on_systems_manager_change[path] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_trigger_event_on_systems_manager_change[path] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_numeric_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_equals HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_equals_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_greater_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_greater_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than_equals HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_greater_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than_equals_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_greater_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_greater_than_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_less_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_less_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than_equals HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_less_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than_equals_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_numeric_less_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_numeric.py::TestNumerics::test_numeric_less_than_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_equals HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_equals_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_greater_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_greater_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than_equals HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_greater_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than_equals_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_greater_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_greater_than_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_less_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_less_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than_equals HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_less_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than_equals_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_string_less_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_string_operators.py::TestStrings::test_string_less_than_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_service_task_lambada_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_start_large_input LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_start_large_input HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_task_lambda_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_no_such_function LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_no_such_function_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_no_such_function_catch HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_raise_custom_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_custom_exception HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_raise_exception LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_raise_exception_catch LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_lambda.py::TestTaskLambda::test_raise_exception_catch HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invalid_param LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_invalid_param HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_item_invalid_table_name LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_invalid_table_name HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_no_such_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_map[ITEMS] LocalStack Community: tests/aws/services/stepfunctions/v2/evaluate_jsonata/test_base_evaluate_expressions.py::TestBaseEvaluateJsonata::test_base_map[ITEMS] 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_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_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_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_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_uuid LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_unique_id_generation.py::TestUniqueIdGeneration::test_uuid HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_cases[BASE_DIRECT_EXPR] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_cases[BASE_DIRECT_EXPR] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_cases[BASE_EMPTY] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_cases[BASE_EMPTY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_cases[BASE_EXPR] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_cases[BASE_EXPR] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_cases[BASE_LITERALS] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_cases[BASE_LITERALS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_lambda[BASE_LAMBDA] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_lambda[BASE_LAMBDA] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[FLOAT] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[FLOAT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[INT] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[INT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[JSONATA_EXPR] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[JSONATA_EXPR] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[LIST_EMPY] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[LIST_EMPY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[LIST_RICH] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[LIST_RICH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[NULL] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[NULL] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_output_any_non_dict[STR_LIT] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_output_any_non_dict[STR_LIT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_base_task_lambda[BASE_TASK_LAMBDA] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_base_task_lambda[BASE_TASK_LAMBDA] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_output_in_choice[CONDITION_FALSE] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_output_in_choice[CONDITION_FALSE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_output_in_choice[CONDITION_TRUE] LocalStack Community: tests/aws/services/stepfunctions/v2/outputdecl/test_output.py::TestArgumentsBase::test_output_in_choice[CONDITION_TRUE] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_step_functions_calling_api_gateway LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_step_functions_calling_api_gateway HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_wait_for_callback LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_wait_for_callback HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_base HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_error LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_error HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[HelloWorld] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[None] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[None] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_body_post[request_body3] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_body_post[request_body3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_headers[custom_header1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_headers[custom_header1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_headers[custom_header2] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_headers[custom_header2] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_with_query_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_apigetway_task_service.py::TestTaskApiGateway::test_invoke_with_query_parameters HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_bytes_payload HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0.0] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[0_0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_0] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[0_1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[True] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value5] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_json_values[json_value6] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_invoke_unsupported_param LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task_service.py::TestTaskServiceLambda::test_invoke_unsupported_param HTTP Status Code: 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_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_catch_error_variable_sampling[TASK_CATCH_ERROR_VARIABLE_SAMPLING_TO_JSONPATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_output[TASK_CATCH_ERROR_OUTPUT_TO_JSONPATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] LocalStack Community: tests/aws/services/stepfunctions/v2/states_variables/test_error_output.py::TestStateVariablesTemplate::test_task_catch_error_with_retry[TASK_CATCH_ERROR_OUTPUT_WITH_RETRY_TO_JSONPATH] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_create_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_create_state_machine HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_tag_invalid_state_machine[tag_list3] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_invalid_state_machine[tag_list3] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list1] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_tag_state_machine[tag_list4] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_tag_state_machine[tag_list4] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_untag_state_machine[tag_keys1] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_tagging.py::TestSnfApiTagging::test_untag_state_machine[tag_keys1] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_validate_state_machine_definition_not_a_definition[NOT_A_DEF] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_validation.py::TestSfnApiValidation::test_validate_state_machine_definition_not_a_definition[NOT_A_DEF] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_validate_state_machine_definition_type_express[VALID_BASE_PASS] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api_validation.py::TestSfnApiValidation::test_validate_state_machine_definition_type_express[VALID_BASE_PASS] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_heartbeat_no_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_no_timeout HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_heartbeat_path_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_path_timeout HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_heartbeat_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_heartbeats.py::TestHeartbeats::test_heartbeat_timeout HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_fixed_timeout_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_fixed_timeout_service_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_service_lambda HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_fixed_timeout_service_lambda_with_path LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_fixed_timeout_service_lambda_with_path HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_global_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/timeouts/test_timeouts.py::TestTimeouts::test_global_timeout HTTP Status Code: 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_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_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_firehose_kinesis_to_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 400 (ResourceNotFoundException)
    • test_firehose_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_s3 HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 400 (ResourceNotFoundException)
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_put_item_to_dynamodb[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.13] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_send_message_to_sqs[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.12] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_send_message_to_sqs[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.13] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_start_stepfunctions_execution[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_start_stepfunctions_execution[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.12] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_start_stepfunctions_execution[python3.13] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.13] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 400 (ResourceNotFoundException)
    • test_call_non_implemented_operation LocalStack Community: tests/aws/test_moto.py::test_call_non_implemented_operation HTTP Status Code: 400 (ResourceNotFoundException)
    • test_call_with_sqs_creates_state_correctly LocalStack Community: tests/aws/test_moto.py::test_call_with_sqs_creates_state_correctly HTTP Status Code: 400 (ResourceNotFoundException)
    • test_function_url LocalStack Community: tests/aws/test_network_configuration.py::TestLambda::test_function_url HTTP Status Code: 400 (ResourceNotFoundException)
    • test_default_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_default_strategy HTTP Status Code: 400 (ResourceNotFoundException)
    • test_path_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_path_strategy HTTP Status Code: 400 (ResourceNotFoundException)
    • test_port_strategy LocalStack Community: tests/aws/test_network_configuration.py::TestOpenSearch::test_port_strategy HTTP Status Code: 400 (ResourceNotFoundException)
    • test_build_image[SdkDockerClient-True-True] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_build_image[SdkDockerClient-True-True] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_container_lifecycle_commands[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_container_lifecycle_commands[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_copy_from_container[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_copy_from_container[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_copy_into_container_with_existing_target[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_copy_into_container_with_existing_target[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_create_file_in_container[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_create_file_in_container[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_create_with_exposed_ports[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_create_with_exposed_ports[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_docker_image_names[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_docker_image_names[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_exec_in_container_with_env[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_exec_in_container_with_env[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_get_container_command_not_pulled_image[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_get_container_command_not_pulled_image[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_get_container_ip_for_network[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_get_container_ip_for_network[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_get_logs[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_get_logs[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_is_container_running[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_is_container_running[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_pull_docker_image_with_hash[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_pull_docker_image_with_hash[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_run_container[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_run_container[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_run_container_with_stdin[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_run_container_with_stdin[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_running_container_names[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_running_container_names[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_set_container_entrypoint[SdkDockerClient-echo] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerClient::test_set_container_entrypoint[SdkDockerClient-echo] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_list_containers_with_labels[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerLabels::test_list_containers_with_labels[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_docker_logging_fluentbit[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerLogging::test_docker_logging_fluentbit[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_docker_logging_none_disables_logs[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerLogging::test_docker_logging_none_disables_logs[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_disconnect_nonexistent_container_from_network[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerNetworking::test_disconnect_nonexistent_container_from_network[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_docker_sdk_retries_on_init LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerNetworking::test_docker_sdk_retries_on_init HTTP Status Code: 400 (ResourceNotFoundException)
    • test_set_container_workdir[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerNetworking::test_set_container_workdir[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_container_with_cap_drop[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPermissions::test_container_with_cap_drop[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_container_port_can_be_bound[SdkDockerClient-None] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPorts::test_container_port_can_be_bound[SdkDockerClient-None] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_container_port_can_be_bound[SdkDockerClient-tcp] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPorts::test_container_port_can_be_bound[SdkDockerClient-tcp] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_container_port_can_be_bound[SdkDockerClient-udp] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPorts::test_container_port_can_be_bound[SdkDockerClient-udp] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_reserve_container_port[SdkDockerClient-None] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPorts::test_reserve_container_port[SdkDockerClient-None] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_reserve_container_port[SdkDockerClient-tcp] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPorts::test_reserve_container_port[SdkDockerClient-tcp] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_reserve_container_port[SdkDockerClient-udp] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestDockerPorts::test_reserve_container_port[SdkDockerClient-udp] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_run_with_additional_arguments[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestRunWithAdditionalArgs::test_run_with_additional_arguments[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_run_with_additional_arguments_env_files[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestRunWithAdditionalArgs::test_run_with_additional_arguments_env_files[SdkDockerClient] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_run_with_additional_arguments_random_port[SdkDockerClient] LocalStack Community: tests/integration/docker_utils/test_docker.py::TestRunWithAdditionalArgs::test_run_with_additional_arguments_random_port[SdkDockerClient] 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_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_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
Parameters: ShardIterator
  • 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
Parameters: ShardId, ShardIteratorType, StreamArn
  • 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
Parameters: TableName
  • 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