Kinesis

Implementation details for API kinesis

Coverage Overview

Kinesis is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AddTagsToStream✔️community✔️✔️✔️✔️Show Tests
CreateStream✔️community✔️✔️✔️✔️Show Tests
DecreaseStreamRetentionPeriod✔️community
DeleteResourcePolicy✔️community
DeleteStream✔️community✔️✔️✔️✔️Show Tests
DeregisterStreamConsumer✔️community✔️✔️✔️Show Tests
DescribeLimits✔️community
DescribeStream✔️community✔️✔️✔️✔️Show Tests
DescribeStreamConsumer✔️community✔️✔️✔️Show Tests
DescribeStreamSummary✔️community✔️✔️✔️Show Tests
DisableEnhancedMonitoring✔️community✔️
EnableEnhancedMonitoring✔️community✔️
GetRecords✔️community✔️✔️✔️✔️Show Tests
GetResourcePolicy✔️community
GetShardIterator✔️community✔️✔️✔️✔️Show Tests
IncreaseStreamRetentionPeriod✔️community
ListShards✔️community✔️✔️✔️Show Tests
ListStreamConsumers✔️community✔️✔️✔️✔️Show Tests
ListStreams✔️community✔️✔️✔️Show Tests
ListTagsForStream✔️community✔️✔️✔️✔️Show Tests
MergeShards✔️community
PutRecord✔️community✔️✔️✔️Show Tests
PutRecords✔️community✔️✔️✔️✔️Show Tests
PutResourcePolicy✔️community
RegisterStreamConsumer✔️community✔️✔️✔️Show Tests
RemoveTagsFromStream✔️community✔️
SplitShard✔️community
StartStreamEncryption✔️community
StopStreamEncryption✔️community
SubscribeToShard✔️community✔️✔️✔️Show Tests
UpdateShardCount✔️community
UpdateStreamMode✔️community

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


AddTagsToStream

Parameters: StreamName, Tags
  • LocalStack Community
    • test_add_tags_to_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_add_tags_to_stream HTTP Status Code: 200 AWS validated Snapshot Tested

CreateStream

Parameters: ShardCount, StreamModeDetails, StreamName
  • LocalStack Community
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
Parameters: ShardCount, StreamName
  • 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_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200 AWS validated
    • 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_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_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • 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_binary_data_with_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream 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_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records 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_table_v2_stream LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_table_v2_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 200
    • test_add_tags_to_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_add_tags_to_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_empty_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_empty_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_shard_iterator_with_surrounding_quotes LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_shard_iterator_with_surrounding_quotes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_lifecycle_data_integrity LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_record_lifecycle_data_integrity HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_event_source_validation LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_create_event_source_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_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/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_/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_/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_/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_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_filter_type] LocalStack Community: tests/aws/services/lambda_/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_/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[prefix_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_/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_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/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_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_kinesis_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_kinesis_error_injection 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
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_enforce_policy_kinesis LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kinesis HTTP Status Code: 200 AWS validated
    • test_enforce_policy_kinesis LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kinesis HTTP Status Code: 400 (AccessDeniedException) AWS validated
Parameters: StreamName
  • LocalStack Community
    • test_create_stream_without_shard_count LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_create_stream_without_shard_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_next_shard_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_next_shard_iterator HTTP Status Code: 200 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: 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
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_multi_accounts_kinesis LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_kinesis HTTP Status Code: 200
    • test_create_stream_without_stream_name_raises LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_create_stream_without_stream_name_raises HTTP Status Code: 400 (SerializationException) AWS validated Snapshot Tested

DeleteStream

Parameters: EnforceConsumerDeletion, StreamARN
  • LocalStack Community
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
Parameters: EnforceConsumerDeletion, StreamName
  • LocalStack Community
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table 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_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_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_continuous_backup_update LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_create_table_with_class LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_class HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_idempotent_writing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing 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_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_query_on_deleted_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_query_on_deleted_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_return_values_on_conditions_check_failure LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_on_conditions_check_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records 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_table_v2_stream LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_table_v2_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_tags_to_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_add_tags_to_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stream_without_shard_count LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_create_stream_without_shard_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_empty_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_empty_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_next_shard_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_next_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_shard_iterator_with_surrounding_quotes LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_shard_iterator_with_surrounding_quotes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_lifecycle_data_integrity LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_record_lifecycle_data_integrity HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/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_/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[prefix_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_/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_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/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_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_firehose_kinesis_to_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 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
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
  • LocalStack Pro
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
Parameters: StreamName
  • LocalStack Community
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_kinesis_error_injection HTTP Status Code: 200
  • LocalStack Pro
    • test_enforce_policy_kinesis LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kinesis HTTP Status Code: 200 AWS validated

DeregisterStreamConsumer

Parameters: ConsumerARN
  • LocalStack Community
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested

DescribeStream

Parameters: StreamARN
  • LocalStack Community
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 400 (ResourceNotFoundException)
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 400 (ResourceNotFoundException)
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 400 (ResourceNotFoundException)
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 400 (ResourceNotFoundException)
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ResourceNotFoundException)
  • LocalStack Pro
    • test_cdc_before_image[disabled] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[disabled] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_before_image[pk-only] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[pk-only] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_alter_table_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_alter_table_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_misc_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_misc_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mysql] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mysql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_data_types LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_data_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rollback_transaction LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rollback_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_csv_file[full-load] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_no_csv_file[full-load] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_external_table_definition_invalid_format_csv LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_external_table_definition_invalid_format_csv HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[first row valid rest invalid] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[first row valid rest invalid] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid number of columns] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid number of columns] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid operation] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid operation] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid schema] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid schema] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid table] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid table] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[no data valid data] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[no data valid data] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
Parameters: StreamName
  • 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_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_managed_policy_with_empty_resource LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200 AWS validated
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_stream_creation 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_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_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_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_cfn_template_with_short_form_fn_sub LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_template_with_short_form_fn_sub HTTP Status Code: 200
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 200
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_binary_data_with_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_continuous_backup_update LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update 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_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_create_table_with_class LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_class HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_idempotent_writing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing 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_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_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_query_on_deleted_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_query_on_deleted_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_return_values_on_conditions_check_failure LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_on_conditions_check_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records 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_table_v2_stream LocalStack Community: tests/aws/services/dynamodbstreams/test_dynamodb_streams.py::TestDynamoDBStreams::test_table_v2_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_tags_to_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_add_tags_to_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stream_without_shard_count LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_create_stream_without_shard_count HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_empty_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_empty_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_next_shard_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_next_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_shard_iterator_with_surrounding_quotes LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_shard_iterator_with_surrounding_quotes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_lifecycle_data_integrity LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_record_lifecycle_data_integrity HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator 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_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_exceptions LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaTags::test_tag_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/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_/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_/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_/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_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_filter_type] LocalStack Community: tests/aws/services/lambda_/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_/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[prefix_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_/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_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/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_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_path_based_on_data LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_sfn_scenarios.py::TestFundamental::test_path_based_on_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_kinesis_error_injection 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
    • test_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_multi_accounts_kinesis LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_kinesis HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_lambda_with_configs_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_lambda_with_configs_deployed HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_server_certificate LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/test_iam.py::test_server_certificate HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_default_name_for_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_with_route_table LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_route_table HTTP Status Code: 400 (ResourceNotFoundException)
    • test_implicit_type_conversion LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestTypes::test_implicit_type_conversion HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_execute_transaction LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException)
    • test_function_name_variations LocalStack Community: tests/aws/services/lambda_/test_lambda_api.py::TestLambdaEventSourceMappings::test_function_name_variations 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_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[exists_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[exists_filter_type] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[insert_same_entry_twice] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[insert_same_entry_twice] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] 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_scheduled_lambda LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_scheduled_lambda HTTP Status Code: 400 (ResourceNotFoundException)
    • test_multi_region_api_gateway LocalStack Community: tests/aws/test_multiregion.py::TestMultiRegion::test_multi_region_api_gateway HTTP Status Code: 400 (ResourceNotFoundException)
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 400 (ResourceNotFoundException)
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ResourceNotFoundException)
  • LocalStack Pro
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_endpoints LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_no_match_external_table_definition LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_no_match_external_table_definition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_with_output_and_reference LocalStack Pro: tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_connection_kinesis LocalStack Pro: tests/aws/services/dms/test_dms.py::TestDms::test_connection_kinesis HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested

DescribeStreamConsumer

Parameters: ConsumerARN
  • LocalStack Community
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: ConsumerARN, StreamARN
  • LocalStack Community
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested

DescribeStreamSummary

Parameters: StreamName
  • LocalStack Community
    • test_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested

GetRecords

Parameters: Limit, ShardIterator
  • LocalStack Community
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_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_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_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_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_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_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_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl 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_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/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_/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_/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_/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_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_filter_type] LocalStack Community: tests/aws/services/lambda_/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_/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[prefix_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_/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_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 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: 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
    • 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_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_apigateway_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 200
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 400 (ResourceInUseException) 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: 400 (ResourceInUseException) 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: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_cfn_function_url LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_cfn_function_url HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_alias LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::test_lambda_alias HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_lambda_invoke_successful LocalStack Community: tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestCloudWatchLambdaMetrics::test_lambda_invoke_successful HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 400 (ResourceNotFoundException)
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_duplicate_event_source_mappings HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_filter_type] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_or_filter] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[date_time_conversion] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[date_time_conversion] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_dynamodb_event_filter[prefix_filter] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[prefix_filter] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[[{"eventName": ["INSERT"=123}]] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_dynamodb_invalid_event_filter[single-string] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • 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 (ResourceInUseException)
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 400 (ResourceInUseException)
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 400 (ResourceNotFoundException)
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ResourceInUseException)
  • LocalStack Pro
    • test_cdc_before_image[disabled] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[disabled] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_before_image[pk-only] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[pk-only] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_alter_table_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_alter_table_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_misc_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_misc_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mysql] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mysql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_data_types LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_data_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rollback_transaction LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rollback_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_csv_file[full-load] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_no_csv_file[full-load] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_external_table_definition_invalid_format_csv LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_external_table_definition_invalid_format_csv HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[first row valid rest invalid] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[first row valid rest invalid] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid number of columns] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid number of columns] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid operation] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid operation] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid schema] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid schema] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid table] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid table] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[no data valid data] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[no data valid data] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
Parameters: ShardIterator
  • LocalStack Community
    • test_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_binary_data_with_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream 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_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records 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_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_get_records LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_empty_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_empty_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_next_shard_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_next_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_shard_iterator_with_surrounding_quotes LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_shard_iterator_with_surrounding_quotes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_lifecycle_data_integrity LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_record_lifecycle_data_integrity HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated

GetShardIterator

Parameters: ShardId, ShardIteratorType, StartingSequenceNumber, StreamName
  • LocalStack Community
    • test_binary_data_with_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream 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_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_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_empty_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_empty_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_lifecycle_data_integrity LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_record_lifecycle_data_integrity HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ShardId, ShardIteratorType, StreamARN
  • LocalStack Pro
    • test_cdc_before_image[disabled] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[disabled] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_before_image[pk-only] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[pk-only] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_alter_table_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_alter_table_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_misc_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_misc_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mysql] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mysql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_data_types LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_data_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rollback_transaction LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rollback_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_csv_file[full-load] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_no_csv_file[full-load] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_external_table_definition_invalid_format_csv LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_external_table_definition_invalid_format_csv HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[first row valid rest invalid] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[first row valid rest invalid] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid number of columns] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid number of columns] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid operation] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid operation] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid schema] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid schema] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid table] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid table] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[no data valid data] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[no data valid data] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ShardId, ShardIteratorType, StreamName
  • 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_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_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_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_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_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_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream 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_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_next_shard_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_next_shard_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_shard_iterator_with_surrounding_quotes LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_shard_iterator_with_surrounding_quotes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl 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_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/aws/services/lambda_/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_/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_/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_/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_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_filter_type] LocalStack Community: tests/aws/services/lambda_/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_/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[prefix_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_/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_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_duplicate_event_source_mappings LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_duplicate_event_source_mappings HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_firehose_kinesis_to_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 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
    • 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_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
    • test_base[raise_failure.json5_ALL_False] LocalStack Community: tests/aws/services/stepfunctions/v2/logs/test_logs.py::TestLogs::test_base[raise_failure.json5_ALL_False] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
Parameters: ShardId, ShardIteratorType, StreamName, Timestamp
  • LocalStack Community
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested

ListShards

Parameters: ShardFilter, StreamName
  • LocalStack Community
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 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: 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
    • test_get_template_summary LocalStack Community: tests/aws/services/cloudformation/api/test_templates.py::test_get_template_summary HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_timestamp_greater_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than_path HTTP Status Code: 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_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
  • LocalStack Pro
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
Parameters: StreamName
  • LocalStack Community
    • test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/aws/services/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 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: 200
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
  • LocalStack Pro
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200

ListStreamConsumers

Parameters: StreamARN
  • LocalStack Community
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested

ListStreams

Parameters: - (without any parameters)
  • LocalStack Community
    • test_cfn_handle_kinesis_firehose_resources LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_cfn_handle_kinesis_firehose_resources HTTP Status Code: 200
    • test_dynamodb_stream_response_with_cf LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records 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_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ExclusiveStartStreamName
  • LocalStack Community
    • test_default_parameters_kinesis LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_default_parameters_kinesis HTTP Status Code: 200

ListTagsForStream

Parameters: StreamName
  • LocalStack Community
    • test_add_tags_to_stream LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_add_tags_to_stream HTTP Status Code: 200 AWS validated Snapshot Tested

PutRecord

Parameters: Data, PartitionKey, StreamName
  • LocalStack Community
    • test_apigateway_to_kinesis LocalStack Community: tests/aws/services/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_kinesis_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_kinesis_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_with_target_kinesis LocalStack Community: tests/aws/services/events/test_events_integrations.py::test_put_events_with_target_kinesis HTTP Status Code: 200
    • test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_record_lifecycle_data_integrity LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_record_lifecycle_data_integrity HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_filtering_json_pattern LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisEventFiltering::test_kinesis_event_filtering_json_pattern HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_mapping_with_on_failure_destination_config LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_mapping_with_on_failure_destination_config HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_subscription_filter_kinesis LocalStack Community: tests/aws/services/logs/test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_kinesis HTTP Status Code: 200 AWS validated
    • test_firehose_kinesis_to_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
  • LocalStack Pro
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_apigw_v2_http_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
    • test_websocket_with_kinesis_integration LocalStack Pro: tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested

PutRecords

Parameters: Records, StreamARN
  • LocalStack Community
    • test_dynamodb_with_kinesis_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Records, StreamName
  • 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_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_binary_data_with_stream LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream 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_stream_destination_records LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_stream_destination_records 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_get_records LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_records_shard_iterator_with_surrounding_quotes LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_get_records_shard_iterator_with_surrounding_quotes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_filter_type] LocalStack Community: tests/aws/services/lambda_/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_multiple_filters] LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[content_multiple_filters] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_filter[content_or_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_filter_type] LocalStack Community: tests/aws/services/lambda_/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_/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[prefix_filter] LocalStack Community: tests/aws/services/lambda_/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_/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_/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_create_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_create_kinesis_event_source_mapping_multiple_lambdas_single_kinesis_event_stream HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_disable_kinesis_event_source_mapping LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_disable_kinesis_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_event_source_trim_horizon LocalStack Community: tests/aws/services/lambda_/test_lambda_integration_kinesis.py::TestKinesisSource::test_kinesis_event_source_trim_horizon HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_kinesis_error_injection 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
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
  • LocalStack Pro
    • test_cdc_before_image[disabled] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[disabled] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_before_image[pk-only] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[pk-only] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_alter_table_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_alter_table_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_data_queries[non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_load_replication_task_misc_queries LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_misc_queries HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mariadb] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rename_change_column[mysql] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mysql] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_basic_responses[mariadb-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_responses[mariadb-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_basic_responses[mysql-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_responses[mysql-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_data_types LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_data_types HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_rollback_transaction LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rollback_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_table_rules_filter LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mariadb-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-non_default] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[mysql-unformatted_json] LocalStack Pro: tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_basic_response[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_response[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_basic_response[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_response[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_basic_response[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_response[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_cdc_multiple_files[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_cdc_multiple_files[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdc_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[non_default] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[non_default] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_full_load_replication_task_multiple_tables[unformatted_json] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task_multiple_tables[unformatted_json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_csv_file[cdc] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_no_csv_file[cdc] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_no_csv_file[full-load] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_no_csv_file[full-load] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_external_table_definition_invalid_format_csv LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_external_table_definition_invalid_format_csv HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[first row valid rest invalid] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[first row valid rest invalid] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid number of columns] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid number of columns] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid operation] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid operation] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid schema] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid schema] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[invalid table] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[invalid table] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_run_task_invalid_format_cdc_file[no data valid data] LocalStack Pro: tests/aws/scenario/dms_s3_kinesis/test_dms.py::TestDmsScenario::test_run_task_invalid_format_cdc_file[no data valid data] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentBit::test_log_emission HTTP Status Code: 200 AWS validated
    • test_log_emission LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFirelensStackFluentD::test_log_emission HTTP Status Code: 200 AWS validated

RegisterStreamConsumer

Parameters: ConsumerName, StreamARN
  • LocalStack Community
    • test_kinesis_stream_consumer_creations LocalStack Community: tests/aws/services/cloudformation/resources/test_kinesis.py::test_kinesis_stream_consumer_creations HTTP Status Code: 200 AWS validated
    • test_stream_consumers LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_stream_consumers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200

SubscribeToShard

Parameters: ConsumerARN, ShardId, StartingPosition
  • LocalStack Community
    • test_subscribe_to_shard LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_cbor_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_cbor_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_timeout LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_at_timestamp LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_at_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_subscribe_to_shard_with_sequence_number_as_iterator LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesis::test_subscribe_to_shard_with_sequence_number_as_iterator HTTP Status Code: 200 AWS validated Snapshot Tested