DynamoDB

Implementation details for API dynamodb

Coverage Overview

DynamoDB is supported by LocalStack in the community image with additional features available in the pro image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
BatchExecuteStatement✔️community✔️✔️✔️✔️Show Tests
BatchGetItem✔️community✔️✔️✔️✔️Show Tests
BatchWriteItem✔️community✔️✔️✔️✔️Show Tests
CreateBackup✔️pro✔️✔️Show Tests
CreateGlobalTable✔️community✔️✔️✔️✔️✔️Show Tests
CreateTable✔️community✔️✔️✔️✔️✔️Show Tests
DeleteBackup✔️pro✔️Show Tests
DeleteItem✔️community✔️✔️✔️✔️✔️Show Tests
DeleteResourcePolicy
DeleteTable✔️community✔️✔️✔️✔️✔️Show Tests
DescribeBackup
DescribeContinuousBackups✔️community✔️✔️✔️✔️✔️Show Tests
DescribeContributorInsights
DescribeEndpoints
DescribeExport
DescribeGlobalTable✔️community✔️✔️✔️✔️✔️Show Tests
DescribeGlobalTableSettings
DescribeImport
DescribeKinesisStreamingDestination✔️community✔️✔️✔️✔️✔️Show Tests
DescribeLimits✔️community
DescribeTable✔️community✔️✔️✔️✔️✔️Show Tests
DescribeTableReplicaAutoScaling
DescribeTimeToLive✔️community✔️✔️✔️✔️✔️Show Tests
DisableKinesisStreamingDestination✔️community✔️✔️✔️✔️✔️Show Tests
EnableKinesisStreamingDestination✔️community✔️✔️✔️✔️✔️Show Tests
ExecuteStatement✔️community✔️✔️✔️✔️Show Tests
ExecuteTransaction✔️community✔️✔️✔️Show Tests
ExportTableToPointInTime
GetItem✔️community✔️✔️✔️✔️✔️Show Tests
GetResourcePolicy
ImportTable
ListBackups✔️pro✔️
ListContributorInsights
ListExports
ListGlobalTables✔️community✔️✔️
ListImports
ListTables✔️community✔️✔️✔️✔️✔️Show Tests
ListTagsOfResource✔️community✔️✔️✔️✔️✔️Show Tests
PutItem✔️community✔️✔️✔️✔️✔️Show Tests
PutResourcePolicy
Query✔️community✔️✔️✔️✔️Show Tests
RestoreTableFromBackup✔️pro✔️✔️Show Tests
RestoreTableToPointInTime✔️✔️
Scan✔️community✔️✔️✔️✔️✔️Show Tests
TagResource✔️community✔️✔️✔️✔️✔️Show Tests
TransactGetItems✔️community✔️✔️✔️✔️Show Tests
TransactWriteItems✔️community✔️✔️✔️✔️Show Tests
UntagResource✔️community✔️✔️✔️✔️✔️Show Tests
UpdateContinuousBackups✔️community✔️✔️✔️✔️✔️Show Tests
UpdateContributorInsights✔️✔️
UpdateGlobalTable✔️community✔️✔️✔️✔️✔️Show Tests
UpdateGlobalTableSettings
UpdateItem✔️community✔️✔️✔️✔️✔️Show Tests
UpdateKinesisStreamingDestination
UpdateTable✔️community✔️✔️✔️✔️✔️Show Tests
UpdateTableReplicaAutoScaling
UpdateTimeToLive✔️community✔️✔️✔️✔️✔️Show Tests

Terminology

  • Internal Test Suite: tested by LocalStack's internal integration test suite
  • External Test Suite: covered by an external integration test suite, that runs against LocalStack
  • Terraform Validated: operation tested with Terraform
  • AWS Validated: the integration test that includes this operation call was validated against AWS
  • Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same

Testing Details

This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.

How to read the test details?

For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the execution of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

  • Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
  • Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
    • test name
    • status code returned (which is the expected one for the test case)
    • information about validation:
      • AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
      • Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS


BatchExecuteStatement

Parameters: Statements
  • LocalStack Community
    • test_dynamodb_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement HTTP Status Code: 200 AWS validated Snapshot Tested

BatchGetItem

Parameters: RequestItems
  • LocalStack Community
    • test_dynamodb_get_batch_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested

BatchWriteItem

Parameters: RequestItems
  • 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_batch_write_binary LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items 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_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_multi_accounts_dynamodb LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
    • test_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested

CreateBackup

Parameters: BackupName, TableName
  • LocalStack Pro
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200

CreateGlobalTable

Parameters: GlobalTableName, ReplicationGroup
  • LocalStack Community
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 400 (GlobalTableAlreadyExistsException) AWS validated Snapshot Tested

CreateTable

Parameters: AttributeDefinitions, BillingMode, GlobalSecondaryIndexes, KeySchema, SSESpecification, TableName
  • LocalStack Community
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
Parameters: AttributeDefinitions, BillingMode, GlobalSecondaryIndexes, KeySchema, TableName
  • LocalStack Community
    • test_more_than_20_global_secondary_indexes LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_more_than_20_global_secondary_indexes HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeDefinitions, BillingMode, KeySchema, ProvisionedThroughput, TableName
  • LocalStack Community
    • test_dynamodb_pay_per_request LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_pay_per_request HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
Parameters: AttributeDefinitions, BillingMode, KeySchema, StreamSpecification, TableName
  • LocalStack Community
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_without_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_without_request_template HTTP Status Code: 200
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 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_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_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table 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_empty_and_binary_values LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_ascii_chars LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nosql_workbench_localhost_region LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_nosql_workbench_localhost_region 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_in_put_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transact_get_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_get_items 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_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_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_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_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_multiple_api_keys_validate LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_multiple_api_keys_validate HTTP Status Code: 400 (ResourceInUseException)
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 400 (ResourceInUseException)
  • LocalStack Pro
    • test_cognito_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access with bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id with bearer] HTTP Status Code: 200
    • test_cognito_authorization_group_enforcement LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolver_scan LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_resolver_with_cache LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • test_enforce_policy_dynamodb LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enforce_policy_dynamodb LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 400 (AccessDeniedException)
Parameters: AttributeDefinitions, BillingMode, KeySchema, TableName
  • LocalStack Community
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • 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_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk 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_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_batch_write_binary LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200 AWS validated
    • 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_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
Parameters: AttributeDefinitions, BillingMode, KeySchema, TableName, Tags
  • LocalStack Community
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeDefinitions, GlobalSecondaryIndexes, KeySchema, ProvisionedThroughput, StreamSpecification, TableName
  • 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_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
Parameters: AttributeDefinitions, GlobalSecondaryIndexes, KeySchema, ProvisionedThroughput, TableName, Tags
  • LocalStack Community
    • test_invalid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeDefinitions, KeySchema, LocalSecondaryIndexes, ProvisionedThroughput, TableName, Tags
  • LocalStack Community
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeDefinitions, KeySchema, ProvisionedThroughput, SSESpecification, TableName
  • LocalStack Community
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
Parameters: AttributeDefinitions, KeySchema, ProvisionedThroughput, SSESpecification, TableName, Tags
  • LocalStack Community
    • test_dynamodb_create_table_with_partial_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_partial_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_create_table_with_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeDefinitions, KeySchema, ProvisionedThroughput, StreamSpecification, TableName
  • LocalStack Community
    • 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[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_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_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_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_event_rules_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_event_rules_deployed HTTP Status Code: 200
Parameters: AttributeDefinitions, KeySchema, ProvisionedThroughput, TableClass, TableName
  • LocalStack Community
    • 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
Parameters: AttributeDefinitions, KeySchema, ProvisionedThroughput, TableName
  • LocalStack Community
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested
    • test_dynamodb_get_batch_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items 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_partiql_missing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing 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_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_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion 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_transaction_write_canceled LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multi_accounts_dynamodb LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb 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_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AttributeDefinitions, KeySchema, ProvisionedThroughput, TableName, Tags
  • LocalStack Community
    • 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_batch_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_tags_of_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_binary_data LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested

DeleteBackup

Parameters: BackupArn
  • LocalStack Pro
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200

DeleteItem

Parameters: ConditionExpression, ExpressionAttributeValues, Key, ReturnValuesOnConditionCheckFailure, TableName
  • LocalStack Community
    • 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: 400 (ConditionalCheckFailedException) AWS validated Snapshot Tested
Parameters: Key, TableName
  • LocalStack Community
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • 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_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_map_item_reader_base_csv_headers_decl LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_csv_headers_decl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteTable

Parameters: TableName
  • 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_stepfunctions_input_recipient_list[step_function_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 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_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • 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_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse 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_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • 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_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_binary LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items 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_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema 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_create_duplicate_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table 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_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement 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_create_table_with_partial_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_partial_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_create_table_with_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_sse_specification HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested
    • test_dynamodb_get_batch_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items 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_partiql_missing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing 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_empty_and_binary_values LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_tags_of_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_more_than_20_global_secondary_indexes LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_more_than_20_global_secondary_indexes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_ascii_chars LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars 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_in_put_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item 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_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transact_get_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_get_items 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_transaction_write_binary_data LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_canceled LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index 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_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_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_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_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_multi_accounts_dynamodb LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb 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_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table 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_multi_accounts_dynamodb LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 400 (ResourceNotFoundException)
  • LocalStack Pro
    • test_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_cognito_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access with bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id with bearer] HTTP Status Code: 200
    • test_cognito_authorization_group_enforcement LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolver_scan LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolver_with_cache LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enforce_policy_dynamodb LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested

DescribeContinuousBackups

Parameters: TableName
  • LocalStack Community
    • 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

DescribeGlobalTable

Parameters: GlobalTableName
  • LocalStack Community
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 400 (GlobalTableNotFoundException) AWS validated Snapshot Tested

DescribeKinesisStreamingDestination

Parameters: TableName
  • LocalStack Community
    • 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

DescribeTable

Parameters: TableName
  • 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_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_api_keys_validate LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_multiple_api_keys_validate HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_without_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_without_request_template HTTP Status Code: 200
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 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_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • 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[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_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_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_global_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse 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_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_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk 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_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_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cfn_lambda_dynamodb_source LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 200 AWS validated
    • test_lambda_w_dynamodb_event_filter_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_binary LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items 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_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_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema 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_create_duplicate_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table 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_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement 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_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_create_table_with_partial_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_partial_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_create_table_with_partial_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_partial_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_create_table_with_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_sse_specification HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested
    • test_dynamodb_get_batch_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items 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_partiql_missing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing 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_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_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_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_empty_and_binary_values LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_more_than_20_global_secondary_indexes LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_more_than_20_global_secondary_indexes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_ascii_chars LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nosql_workbench_localhost_region LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_nosql_workbench_localhost_region 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_in_put_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item 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_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transact_get_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_get_items 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 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_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_transaction_write_binary_data LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_canceled LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index 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_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_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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_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_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_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_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_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_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[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[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[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[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_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 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_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[[{"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_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_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
    • 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_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_multi_accounts_dynamodb LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
    • test_dynamodb_stream_handler_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_dynamodb_stream_handler_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_kinesis_stream_handler_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_kinesis_stream_handler_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 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • 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: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 400 (ResourceNotFoundException)
    • 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_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] 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_deploy_stack_with_dynamodb_table LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • 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_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_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 400 (ResourceNotFoundException) AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • 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_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_lambda_dynamodb_event_filter LocalStack Community: tests/aws/services/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_lambda_dynamodb_event_filter HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) AWS validated
    • test_cfn_with_exports LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 400 (ResourceNotFoundException)
    • test_create_duplicate_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_partiql_missing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_pay_per_request LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_pay_per_request HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException) 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: 400 (ResourceNotFoundException)
    • test_kinesis_firehose_kinesis_as_source LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source HTTP Status Code: 400 (ResourceNotFoundException)
    • test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_kinesis_as_source_multiple_delivery_streams HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 400 (ResourceNotFoundException)
    • test_run_kcl LocalStack Community: tests/aws/services/kinesis/test_kinesis.py::TestKinesisPythonClient::test_run_kcl 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_firehose_kinesis_to_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 400 (ResourceNotFoundException)
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 400 (ResourceNotFoundException)
    • test_s3_bucket_deployed LocalStack Community: tests/aws/test_serverless.py::TestServerless::test_s3_bucket_deployed HTTP Status Code: 400 (ResourceNotFoundException)
  • 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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_cognito_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access with bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id with bearer] HTTP Status Code: 200
    • test_cognito_authorization_group_enforcement LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolver_scan LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolver_with_cache LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200 AWS validated
    • 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_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • 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_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enforce_policy_dynamodb LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
    • 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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 400 (ResourceNotFoundException)
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 400 (ResourceNotFoundException)
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] 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_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 400 (ResourceNotFoundException)
    • test_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 400 (ResourceNotFoundException)
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 400 (ResourceNotFoundException)
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 400 (ResourceNotFoundException)
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 400 (ResourceNotFoundException)
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 400 (ResourceNotFoundException)
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 400 (ResourceNotFoundException)

DescribeTimeToLive

Parameters: TableName
  • LocalStack Community
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested

DisableKinesisStreamingDestination

Parameters: StreamArn, TableName
  • 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

EnableKinesisStreamingDestination

Parameters: StreamArn, TableName
  • LocalStack Community
    • 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

ExecuteStatement

Parameters: Statement
  • LocalStack Community
    • test_dynamodb_partiql_missing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing 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

ExecuteTransaction

Parameters: ClientRequestToken, TransactStatements
  • LocalStack Community
    • test_dynamodb_execute_transaction LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested

GetItem

Parameters: ConsistentRead, Key, TableName
  • LocalStack Community
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input0-SUCCEEDED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input1-SUCCEEDED] 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_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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_map_item_reader_base_csv_headers_decl LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_csv_headers_decl 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_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] 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_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
Parameters: Key, TableName
  • 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_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • 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_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_ascii_chars LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_binary_data LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 400 (ProvisionedThroughputExceededException)
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 400 (ProvisionedThroughputExceededException)

ListTables

Parameters: - (without any parameters)
  • LocalStack Community
    • 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_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
Parameters: Limit
  • 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_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_api_keys_validate LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_multiple_api_keys_validate HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_without_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_without_request_template HTTP Status Code: 200
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 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_cdk_template LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
    • 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_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse 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_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk 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_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_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_binary LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items 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_batch_write_not_matching_schema LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema 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_create_duplicate_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table 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_delete_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement 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_create_table_with_partial_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_partial_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_create_table_with_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_sse_specification HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested
    • test_dynamodb_get_batch_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items 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_partiql_missing LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pay_per_request LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_pay_per_request 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_empty_and_binary_values LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_tags_of_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_more_than_20_global_secondary_indexes LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_more_than_20_global_secondary_indexes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_ascii_chars LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nosql_workbench_localhost_region LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_nosql_workbench_localhost_region 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_in_put_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item 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_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transact_get_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_get_items 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_transaction_write_binary_data LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_canceled LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index 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_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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
    • test_dynamodb_read_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
    • 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_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_multi_accounts_dynamodb LocalStack Community: tests/aws/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb 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_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_servicediscovery_ecs_integration LocalStack Pro: tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
    • test_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_cognito_authorization LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[access with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access with bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id no bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id no bearer] HTTP Status Code: 200
    • test_cognito_authorization_bearer_configuration[id with bearer] LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id with bearer] HTTP Status Code: 200
    • test_cognito_authorization_group_enforcement LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolver_scan LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolver_with_cache LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_customresource_lambda_backed LocalStack Pro: tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200 AWS validated
    • 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_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • 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_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_batch_write_item LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_enforce_policy_dynamodb LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200

ListTagsOfResource

Parameters: ResourceArn
  • LocalStack Community
    • 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_list_tags_of_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested

PutItem

Parameters: ConditionExpression, Item, TableName
  • LocalStack Pro
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 400 (ConditionalCheckFailedException) AWS validated Snapshot Tested
    • test_deploy_scenario[\n query JSPipelineResolver {\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query JSPipelineResolver {\n js {\n result\n }\n }\n ] HTTP Status Code: 400 (ConditionalCheckFailedException) AWS validated Snapshot Tested
Parameters: Expected, Item, TableName
  • LocalStack Community
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 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_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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_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_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
Parameters: Item, ReturnValues, TableName
  • LocalStack Community
    • test_return_values_in_put_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Item, TableName
  • LocalStack Community
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_multiple_api_keys_validate LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_multiple_api_keys_validate HTTP Status Code: 200
    • test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 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_binary LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_batch_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_items 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_batch_execute_statement LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement 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_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_empty_and_binary_values LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_non_ascii_chars LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_return_values_in_put_item LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item 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_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transact_get_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_get_items 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_transaction_write_canceled LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index 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_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_dynamodb_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_aws_sdk.py::TestAwsSdk::test_dynamodb_put_item_no_such_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_put_item_invalid_table_name LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_invalid_table_name HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_no_such_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_dynamodb_write_error_injection LocalStack Community: tests/aws/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 400 (ProvisionedThroughputExceededException)
  • LocalStack Pro
    • test_apigateway_to_appsync_integration LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
    • test_dynamodb_resolver_scan LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_websocket_subscriptions_relay_sample LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
    • test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_pipe LocalStack Pro: tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_leading_keys_tags LocalStack Pro: tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
    • test_dynamodb_integration LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested

Query

Parameters: ExpressionAttributeNames, ExpressionAttributeValues, FilterExpression, KeyConditionExpression, Select, TableName
  • LocalStack Pro
    • test_filter_expressions LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ExpressionAttributeNames, ExpressionAttributeValues, KeyConditionExpression, TableName
  • LocalStack Pro
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
Parameters: ExpressionAttributeValues, IndexName, KeyConditionExpression, Select, TableName
  • LocalStack Community
    • test_valid_local_secondary_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_valid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_query_index LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
Parameters: ExpressionAttributeValues, IndexName, KeyConditionExpression, TableName
  • 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
Parameters: ExpressionAttributeValues, KeyConditionExpression, TableName
  • LocalStack Community
    • test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 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_query_on_deleted_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_query_on_deleted_resource HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested

RestoreTableFromBackup

Parameters: BackupArn, TargetTableName
  • LocalStack Pro
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200

Scan

Parameters: ExpressionAttributeNames, ExpressionAttributeValues, FilterExpression, TableName
  • LocalStack Pro
    • test_dynamodb_resolver_scan LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ExpressionAttributeValues, FilterExpression, TableName
  • LocalStack Community
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: Limit, TableName
  • LocalStack Community
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 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_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • 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_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events 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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_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_group LocalStack Community: tests/aws/services/resource_groups/test_resource_groups.py::TestResourceGroups::test_create_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_different_attributes_raises_exception[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_different_attributes_raises_exception[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0.0] 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_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_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
Parameters: Select, TableName
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: TableName
  • 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_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[PutItem] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_to_dynamodb_integration[Scan] LocalStack Community: tests/aws/services/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Scan] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_execute_api_vpc_endpoint LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_integration_response_with_response_template LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_put_integration_response_with_response_template HTTP Status Code: 200
    • test_put_integration_responses LocalStack Community: tests/aws/services/apigateway/test_apigateway_integrations.py::test_put_integration_responses 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_nested_getatt_ref[TopicArn] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicArn] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_nested_getatt_ref[TopicName] LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_nested_getatt_ref[TopicName] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sub_resolving LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_sub_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_unexisting_resource_dependency LocalStack Community: tests/aws/services/cloudformation/api/test_reference_resolving.py::test_unexisting_resource_dependency HTTP Status Code: 200
    • test_basic_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_basic_update HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_diff_after_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_diff_after_update HTTP Status Code: 200 AWS validated
    • test_no_parameters_update LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_no_parameters_update HTTP Status Code: 200 AWS validated
    • test_update_using_template_url LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_using_template_url HTTP Status Code: 200 AWS validated
    • test_update_with_previous_parameter_value LocalStack Community: tests/aws/services/cloudformation/api/test_update_stack.py::test_update_with_previous_parameter_value HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_autogenerated_values LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_autogenerated_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_black_box LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_black_box HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_getatt LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_basic.py::TestBasicCRD::test_getatt HTTP Status Code: 200 AWS validated
    • test_create_with_full_properties LocalStack Community: tests/aws/services/cloudformation/resource_providers/iam/aws_iam_user/test_parity.py::TestParity::test_create_with_full_properties HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_creation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_alarm_ext_statistic LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_alarm_ext_statistic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_composite_alarm_creation LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudwatch.py::test_composite_alarm_creation HTTP Status Code: 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_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_conditional_deployment LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_conditional_deployment HTTP Status Code: 200
    • test_cfn_handle_iam_role_resource_no_role_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_iam_role_resource_no_role_name HTTP Status Code: 200
    • test_cfn_handle_log_group_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_log_group_resource HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[False-us-east-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[False-us-east-1] HTTP Status Code: 200
    • test_cfn_handle_s3_notification_configuration[True-eu-west-1] LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_s3_notification_configuration[True-eu-west-1] HTTP Status Code: 200
    • test_cfn_handle_serverless_api_resource LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_handle_serverless_api_resource HTTP Status Code: 200
    • 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_functions_in_output_export_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_functions_in_output_export_name HTTP Status Code: 200
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_sub_in_lambda_function_name LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_sub_in_lambda_function_name HTTP Status Code: 200
    • test_update_conditions LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_update_conditions HTTP Status Code: 200
    • test_updating_stack_with_iam_role LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_updating_stack_with_iam_role HTTP Status Code: 200 AWS validated
    • test_validate_template LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_validate_template HTTP Status Code: 200
    • test_deploy_stack_with_sns_topic LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_deploy_stack_with_sns_topic HTTP Status Code: 200 AWS validated
    • test_sns_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_subscription HTTP Status Code: 200 AWS validated
    • test_sns_topic_fifo_with_deduplication LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_with_deduplication HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_topic_fifo_without_suffix_fails LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_sns_topic_fifo_without_suffix_fails HTTP Status Code: 200
    • test_update_subscription LocalStack Community: tests/aws/services/cloudformation/resources/test_sns.py::test_update_subscription HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudtrail_trace_example LocalStack Community: tests/aws/services/cloudformation/test_cloudtrail_trace.py::test_cloudtrail_trace_example HTTP Status Code: 200
    • test_dynamodb_execute_transaction LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_large_data_download LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_vpc_end_point LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_create_vpc_end_point HTTP Status Code: 200
    • test_describe_vpc_endpoints_with_filter LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_describe_vpc_endpoints_with_filter HTTP Status Code: 200
    • test_vcp_peering_difference_regions LocalStack Community: tests/aws/services/ec2/test_ec2.py::TestEc2Integrations::test_vcp_peering_difference_regions HTTP Status Code: 200
    • test_pickle_ec2_backend LocalStack Community: tests/aws/services/ec2/test_ec2.py::test_pickle_ec2_backend HTTP Status Code: 200
    • test_raise_when_launch_template_data_missing LocalStack Community: tests/aws/services/ec2/test_ec2.py::test_raise_when_launch_template_data_missing HTTP Status Code: 200 AWS validated
    • test_put_events_nonexistent_event_bus LocalStack Community: tests/aws/services/events/test_events.py::TestEventBus::test_put_events_nonexistent_event_bus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_to_default_eventbus_for_custom_eventbus LocalStack Community: tests/aws/services/events/test_events.py::TestEventBus::test_put_events_to_default_eventbus_for_custom_eventbus HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_pattern_nested LocalStack Community: tests/aws/services/events/test_events.py::TestEventPattern::test_put_events_pattern_nested HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_pattern_with_values_in_array LocalStack Community: tests/aws/services/events/test_events.py::TestEventPattern::test_put_events_pattern_with_values_in_array HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_multiple_rules_with_same_name LocalStack Community: tests/aws/services/events/test_events.py::TestEventRule::test_put_multiple_rules_with_same_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_list_remove_target[custom] LocalStack Community: tests/aws/services/events/test_events.py::TestEventTarget::test_put_list_remove_target[custom] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_api_destinations[auth0] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth0] HTTP Status Code: 200
    • test_api_destinations[auth2] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_api_destinations[auth2] HTTP Status Code: 200
    • test_put_events_time LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_put_events_time HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scheduled_expression_events LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_scheduled_expression_events 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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • test_get_user_without_username_as_role LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMExtensions::test_get_user_without_username_as_role HTTP Status Code: 200 AWS validated
    • test_get_user_without_username_as_root LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMExtensions::test_get_user_without_username_as_root HTTP Status Code: 200
    • test_get_user_without_username_as_user LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMExtensions::test_get_user_without_username_as_user HTTP Status Code: 200 AWS validated
    • test_attach_detach_role_policy LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_attach_detach_role_policy HTTP Status Code: 200 AWS validated
    • test_create_describe_role LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_create_describe_role HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_role_with_assume_role_policy LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_create_role_with_assume_role_policy HTTP Status Code: 200 AWS validated
    • test_delete_non_existent_policy_returns_no_such_entity LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_delete_non_existent_policy_returns_no_such_entity HTTP Status Code: 200 AWS validated
    • test_instance_profile_tags LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_instance_profile_tags HTTP Status Code: 200 AWS validated
    • test_list_roles_with_permission_boundary LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_list_roles_with_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_role_attach_policy LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_role_attach_policy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_simulate_principle_policy LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_simulate_principle_policy HTTP Status Code: 200
    • test_user_attach_policy LocalStack Community: tests/aws/services/iam/test_iam.py::TestIAMIntegrations::test_user_attach_policy 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_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_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_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_create_group LocalStack Community: tests/aws/services/resource_groups/test_resource_groups.py::TestResourceGroups::test_create_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_by_presigned_request_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_object_put_via_dynamodb LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_lambda_arn LocalStack Community: tests/aws/services/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_invalid_lambda_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lifecycle_public_access_block LocalStack Community: tests/aws/services/s3control/test_s3control.py::test_lifecycle_public_access_block HTTP Status Code: 200
    • test_clone_receipt_rule_set LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_clone_receipt_rule_set HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_template LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_delete_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_tags_send_email[test_invalid_name:123-test_invalid_value:123] LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_invalid_tags_send_email[test_invalid_name:123-test_invalid_value:123] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_tags_send_email[test_invalid_name_len] LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_invalid_tags_send_email[test_invalid_name_len] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_tags_send_email[test_invalid_value_len] LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_invalid_tags_send_email[test_invalid_value_len] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_tags_send_email[test_priority_name_value] LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_invalid_tags_send_email[test_priority_name_value] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_templates LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_list_templates HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sending_to_deleted_topic LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_counter LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_sent_message_counter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_raw_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_raw_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ses_sns_topic_integration_send_templated_email LocalStack Community: tests/aws/services/ses/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_approximate_number_of_messages_delayed[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_approximate_number_of_messages_delayed[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_after_visibility_timeout_expiration[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_after_visibility_timeout_expiration[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_change_message_visibility_batch_with_too_large_batch[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_change_message_visibility_batch_with_too_large_batch[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_and_update_queue_attributes[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_and_update_queue_attributes[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_cache[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_cache[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_recently_deleted_can_be_disabled[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_recently_deleted_can_be_disabled[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_queue_with_same_attributes_is_idempotent LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_create_queue_with_same_attributes_is_idempotent HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_chain[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_chain[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_max_receive_count[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_max_receive_count[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_message_attributes LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_message_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_dead_letter_queue_with_fifo_and_content_based_deduplication[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs-testLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongIdtestLongId] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_invalid_msg_id[sqs_query-invalid:id] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_invalid_msg_id[sqs_query-invalid:id] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_message_batch_with_too_large_batch[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_delete_message_batch_with_too_large_batch[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_extend_message_visibility_timeout_set_in_queue[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_extend_message_visibility_timeout_set_in_queue[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_external_host_via_header_complete_message_lifecycle LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_external_host_via_header_complete_message_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_approx_number_of_messages[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_approx_number_of_messages[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_change_to_high_throughput_after_creation[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_change_to_high_throughput_after_creation[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_content_based_message_deduplication_arrives_once[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_content_based_message_deduplication_arrives_once[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_query-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_query-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_arrives_once_after_delete[sqs_query-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_arrives_once_after_delete[sqs_query-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_query-False] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_query-False] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_deduplication_not_on_message_group_id[sqs_query-True] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_deduplication_not_on_message_group_id[sqs_query-True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_empty_message_groups_added_back_to_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_empty_message_groups_added_back_to_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_attributes[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_attributes[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_change_message_visibility[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_change_message_visibility[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_delete[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_delete[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_partial_delete[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_partial_delete[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_message_group_visibility_after_terminate_visibility_timeout[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_messages_in_order_after_timeout[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_messages_in_order_after_timeout[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_message_with_delay_on_queue_works[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_message_with_delay_on_queue_works[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_queue_send_multiple_messages_multiple_single_receives[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_visibility_timeout_shared_in_group[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_receive_message_with_zero_visibility_timeout[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_receive_message_with_zero_visibility_timeout[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_fifo_set_content_based_deduplication_strategy[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_fifo_set_content_based_deduplication_strategy[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_inflight_message_requeue LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_inflight_message_requeue HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_batch_id[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_batch_id[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_invalid_string_attributes_cause_invalid_parameter_value_error[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_queues_multi_region_without_endpoint_strategy LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_list_queues_multi_region_without_endpoint_strategy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_deduplication_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_deduplication_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_group_id_too_long LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_group_id_too_long HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_fifo LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_fifo HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_retention_with_inflight LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_retention_with_inflight HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_message_with_attributes_should_be_enqueued[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_message_with_attributes_should_be_enqueued[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_posting_to_fifo_requires_deduplicationid_group_id[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_posting_to_fifo_requires_deduplicationid_group_id[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_delayed_messages[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_delayed_messages[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_purge_queue_deletes_inflight_messages[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_purge_queue_deletes_inflight_messages[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_after_visibility_timeout[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_after_visibility_timeout[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_attribute_names_filters[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_attribute_names_filters[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_message_with_visibility_timeout_updates_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_message_with_visibility_timeout_updates_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_receive_terminate_visibility_timeout[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_receive_terminate_visibility_timeout[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_remove_message_with_old_receipt_handle[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_remove_message_with_old_receipt_handle[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_message_size LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_message_size HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_batch_missing_message_group_id_for_fifo_queue[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_batch_missing_message_group_id_for_fifo_queue[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_delay_and_wait_time[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_delay_and_wait_time[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_batch_with_oversized_contents[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_batch_with_oversized_contents[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_empty_string_attribute[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_empty_string_attribute[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_with_updated_maximum_message_size[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_message_with_updated_maximum_message_size[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_receive_message_encoded_content[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_send_receive_message_encoded_content[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sent_message_retains_attributes_after_receive[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sent_message_retains_attributes_after_receive[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_permission_lifecycle[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_sqs_permission_lifecycle[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_successive_purge_calls_fail[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_successive_purge_calls_fail[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_tag_queue_overwrites_existing_tag[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_tag_queue_overwrites_existing_tag[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_terminate_visibility_timeout_after_receive[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_terminate_visibility_timeout_after_receive[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_too_many_entries_in_batch_request[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_too_many_entries_in_batch_request[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_queue_attribute_waits_correctly[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_queue_attribute_waits_correctly[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_time_seconds_waits_correctly[sqs_query] LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsProvider::test_wait_time_seconds_waits_correctly[sqs_query] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_send_and_receive_messages LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_get_send_and_receive_messages HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_send_message_via_queue_url_with_json_protocol LocalStack Community: tests/aws/services/sqs/test_sqs.py::TestSqsQueryApi::test_send_message_via_queue_url_with_json_protocol HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_failure LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_no_worker_name LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_no_worker_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_on_deleted LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_on_deleted HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_start_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_start_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_activity_task_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/activities/test_activities.py::TestActivities::test_activity_task_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_decl_version_1_0 LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_decl_version_1_0 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_event_bridge_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_event_bridge_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_execution_dateformat LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_execution_dateformat HTTP Status Code: 200 AWS validated
    • test_query_context_object_values LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_query_context_object_values HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail_empty LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail_intrinsic LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_intrinsic HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_fail_path LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_fail_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_regex_json_path_base LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_regex_json_path_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_result LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_result_jsonpaths LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result_jsonpaths HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_pass_result_null_input_output_paths LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_base.py::TestSnfBase::test_state_pass_result_null_input_output_paths HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[-1.5] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[-1.5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[-1] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[-1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[0] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[1.5] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[1.5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_base_wait_seconds_path[1] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_base_wait_seconds_path[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[.000000Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.000000Z] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[.000000] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.000000] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[.00Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[.00Z] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[Z] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[Z] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamppath[] LocalStack Community: tests/aws/services/stepfunctions/v2/base/test_wait.py::TestSfnWait::test_wait_timestamppath[] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_executions_and_heartbeat_notifications LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_multiple_executions_and_heartbeat_notifications HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multiple_heartbeat_notifications LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_multiple_heartbeat_notifications HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sns_publish_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sns_publish_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_tok_no_error_field[SQS_WAIT_FOR_TASK_TOKEN_CATCH] LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_tok_no_error_field[SQS_WAIT_FOR_TASK_TOKEN_CATCH] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_failure_in_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_failure_in_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_tok_with_heartbeat LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_tok_with_heartbeat HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_call_chain LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_call_chain HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_no_token_parameter LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_no_token_parameter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_sqs_wait_for_task_token_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_sqs_wait_for_task_token_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync2 LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync_delegate_failure LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync_delegate_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_sync_delegate_timeout LocalStack Community: tests/aws/services/stepfunctions/v2/callback/test_callback.py::TestCallback::test_start_execution_sync_delegate_timeout HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_greater_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_greater_than_equals_path HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than_equals LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than_equals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than_equals_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than_equals_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_timestamp_less_than_path LocalStack Community: tests/aws/services/stepfunctions/v2/choice_operators/test_timestamp_operators.py::TestTimestamps::test_timestamp_less_than_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_service_task_lambada_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 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: 200 AWS validated Snapshot Tested
    • test_start_large_input LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_start_large_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_catch_state_all_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_task_lambda_data_limit_exceeded_on_large_utf8_response LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_states_errors.py::TestStatesErrors::test_task_lambda_data_limit_exceeded_on_large_utf8_response HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_param LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_invalid_param HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_item_invalid_table_name LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_invalid_table_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_item_no_such_table LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_dynamodb.py::TestTaskServiceDynamoDB::test_put_item_no_such_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution_no_such_arn LocalStack Community: tests/aws/services/stepfunctions/v2/error_handling/test_task_service_sfn.py::TestTaskServiceSfn::test_start_execution_no_such_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_hash LocalStack Community: tests/aws/services/stepfunctions/v2/intrinsic_functions/test_hash_calculations.py::TestHashCalculations::test_hash HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_empty LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_aws_docs_scenario LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_aws_docs_scenario HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_invoke_with_retry_base LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_invoke_with_retry_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_service_invoke_with_retry_extended_input LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_lambda_service_invoke_with_retry_extended_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_base_csv_headers_decl LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_csv_headers_decl HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry_multiple_retriers LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry_multiple_retriers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_jitter_none LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_jitter_none HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_retry_interval_features_max_attempts_zero LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_retry_interval_features_max_attempts_zero HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamp LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_wait_timestamp HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_wait_timestamp_path LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_wait_timestamp_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_delete_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_delete_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_events_base LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_events_task_service.py::TestTaskServiceEvents::test_put_events_base HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_bytes_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_bytes_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0.0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0.0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_0] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[0_1] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[0_1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[HelloWorld] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[HelloWorld] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[True] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[True] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value5] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value5] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_json_values[json_value6] LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_json_values[json_value6] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_pipe LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_pipe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invoke_string_payload LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_invoke_string_payload HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_task_filter_parameters_input LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_lambda_task.py::TestTaskLambda::test_lambda_task_filter_parameters_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dump] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dump] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cloudformation_definition_string_create_describe[dumps] LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_cloudformation_definition_string_create_describe[dumps] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_delete_invalid_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_delete_invalid_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_delete_valid_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_delete_valid_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_definition_format_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_duplicate_definition_format_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_duplicate_sm_name LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_duplicate_sm_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_exact_duplicate_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_exact_duplicate_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_update_state_machine_base_definition LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_base_definition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_update_state_machine_base_definition_and_role LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_base_definition_and_role HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_update_state_machine_base_role_arn LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_base_role_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_update_state_machine_base_update_none LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_base_update_none HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_update_state_machine_same_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_create_update_state_machine_same_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_delete_nonexistent_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_delete_nonexistent_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_execution_invalid_arn LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_execution_invalid_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_execution_no_such_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_execution_no_such_state_machine HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_invalid_arn_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_invalid_arn_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_nonexistent_sm LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_nonexistent_sm HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe_state_machine_for_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_describe_state_machine_for_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_execution_history_invalid_arn LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_get_execution_history_invalid_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_execution_history_no_such_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_get_execution_history_no_such_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_execution_history_reversed LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_get_execution_history_reversed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_start_execution_arn LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_invalid_start_execution_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_invalid_start_execution_input LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_invalid_start_execution_input HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_execution_invalid_arn LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_list_execution_invalid_arn HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_execution_no_such_state_machine LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_list_execution_no_such_state_machine HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_sms LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_list_sms HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_start_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_start_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_state_machine_status_filter LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_state_machine_status_filter HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stop_execution LocalStack Community: tests/aws/services/stepfunctions/v2/test_sfn_api.py::TestSnfApi::test_stop_execution HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_assume_role_with_web_identity LocalStack Community: tests/aws/services/sts/test_sts.py::TestSTSIntegrations::test_assume_role_with_web_identity HTTP Status Code: 200
    • test_get_caller_identity_role_access_key[False] LocalStack Community: tests/aws/services/sts/test_sts.py::TestSTSIntegrations::test_get_caller_identity_role_access_key[False] HTTP Status Code: 200
    • test_get_caller_identity_root LocalStack Community: tests/aws/services/sts/test_sts.py::TestSTSIntegrations::test_get_caller_identity_root HTTP Status Code: 200
    • test_get_caller_identity_user_access_key[True] LocalStack Community: tests/aws/services/sts/test_sts.py::TestSTSIntegrations::test_get_caller_identity_user_access_key[True] HTTP Status Code: 200
    • test_firehose_extended_s3 LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_firehose_extended_s3 HTTP Status Code: 200
    • 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_lambda_put_item_to_dynamodb[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.11] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.12] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.8] HTTP Status Code: 200
    • test_lambda_put_item_to_dynamodb[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.10] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.11] HTTP Status Code: 200
    • 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: 200
    • test_lambda_send_message_to_sqs[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.8] HTTP Status Code: 200
    • test_lambda_send_message_to_sqs[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_send_message_to_sqs[python3.9] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.10] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.10] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.11] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.11] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.12] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.12] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.8] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.8] HTTP Status Code: 200
    • test_lambda_start_stepfunctions_execution[python3.9] LocalStack Community: tests/aws/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_start_stepfunctions_execution[python3.9] HTTP Status Code: 200
    • test_kinesis_lambda_forward_chain LocalStack Community: tests/aws/test_integration.py::test_kinesis_lambda_forward_chain HTTP Status Code: 200
    • test_404_unfortunately_detected_as_s3_request LocalStack Community: tests/integration/aws/test_app.py::TestExceptionHandlers::test_404_unfortunately_detected_as_s3_request HTTP Status Code: 200
    • test_http2_http LocalStack Community: tests/integration/aws/test_app.py::TestHTTP2Support::test_http2_http HTTP Status Code: 200
    • test_raw_header_handling LocalStack Community: tests/integration/aws/test_app.py::TestWerkzeugIntegration::test_raw_header_handling 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_cognito_authorization_group_enforcement LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • test_scheduled_backup_and_restore LocalStack Pro: tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
    • 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_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_backups LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
    • test_table_regions LocalStack Pro: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
    • 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_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200

TagResource

Parameters: ResourceArn, Tags
  • LocalStack Community
    • test_list_tags_of_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested

TransactGetItems

Parameters: TransactItems
  • LocalStack Community
    • test_transact_get_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transact_get_items HTTP Status Code: 200 AWS validated Snapshot Tested

TransactWriteItems

Parameters: ClientRequestToken, TransactItems
  • LocalStack Community
    • 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_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_transaction_write_binary_data LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transaction_write_items LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_lambda_streams_batch_and_transactions LocalStack Community: tests/aws/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
    • test_batch_write_not_existing_table LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_batch_write_not_existing_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
    • test_transaction_write_canceled LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 400 (TransactionCanceledException) AWS validated Snapshot Tested
  • LocalStack Pro
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200

UntagResource

Parameters: ResourceArn, TagKeys
  • LocalStack Community
    • test_list_tags_of_resource LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested

UpdateContinuousBackups

Parameters: PointInTimeRecoverySpecification, TableName
  • LocalStack Community
    • 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

UpdateGlobalTable

Parameters: GlobalTableName, ReplicaUpdates
  • LocalStack Community
    • test_global_tables LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested

UpdateItem

Parameters: AttributeUpdates, Expected, Key, TableName
  • LocalStack Community
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 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_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_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[domain] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[path] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[path] HTTP Status Code: 200
    • test_kinesis_firehose_opensearch_s3_backup[port] LocalStack Community: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
    • 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_catch_empty LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_empty HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_catch_states_runtime LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_catch_states_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_aws_docs_scenario LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_aws_docs_scenario HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_choice_unsorted_parameters[{"result": {"done": true}}] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_choice_unsorted_parameters[{"result": {"done": true}}] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_base_list_objects_v2 LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_list_objects_v2 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items[0] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items[0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items[100000000] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items[100000000] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[0] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[0] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_item_reader_csv_max_items_paths[100000000] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_csv_max_items_paths[100000000] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_break_condition LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_break_condition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_break_condition_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_break_condition_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_catch LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_catch_empty_fail LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_catch_empty_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_reentrant LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_reentrant HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_distributed_reentrant_lambda LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_distributed_reentrant_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_inline_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_inline_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_config_inline_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_config_inline_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_item_selector_singleton LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_item_selector_singleton HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_distributed LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_distributed HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_distributed_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_distributed_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_inline_item_selector LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_inline_item_selector HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_config_inline_parameters LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_config_inline_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_legacy_reentrant LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_legacy_reentrant HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_nested LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_nested HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_parameters_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_parameters_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry_legacy LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry_legacy HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_map_state_retry_multiple_retriers LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_state_retry_multiple_retriers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_max_concurrency_path[1] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_max_concurrency_path[1] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_max_concurrency_path[NoNumber] LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_max_concurrency_path[NoNumber] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_catch LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_catch HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_fail LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_fail HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_order LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_order HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_parallel_state_retry LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_parallel_state_retry 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_map_item_reader_base_csv_headers_decl LocalStack Community: tests/aws/services/stepfunctions/v2/scenarios/test_base_scenarios.py::TestBaseScenarios::test_map_item_reader_base_csv_headers_decl HTTP Status Code: 400 (ConditionalCheckFailedException) 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_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_firehose_redshift_as_target LocalStack Pro: tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target HTTP Status Code: 200
    • test_application_output LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
    • test_input_processing_configuration LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
    • test_list_and_update_applications LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
    • test_tag_list_tag_untag_resource LocalStack Pro: tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
    • test_stream_journal LocalStack Pro: tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
Parameters: ExpressionAttributeValues, Key, ReturnValues, TableName, UpdateExpression
  • LocalStack Community
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • 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_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_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_aws_sdk_task_service.py::TestTaskServiceAwsSdk::test_dynamodb_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_put_update_get_item LocalStack Community: tests/aws/services/stepfunctions/v2/services/test_dynamodb_task_service.py::TestTaskServiceDynamoDB::test_put_update_get_item HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ExpressionAttributeValues, Key, TableName, UpdateExpression
  • LocalStack Community
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table 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_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
  • LocalStack Pro
    • test_dynamodb_resolvers LocalStack Pro: tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200

UpdateTable

Parameters: AttributeDefinitions, GlobalSecondaryIndexUpdates, TableName
  • LocalStack Community
    • test_multiple_update_expressions LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: ReplicaUpdates, TableName
  • LocalStack Community
    • 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_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_tables_version_2019 LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
Parameters: SSESpecification, TableName
  • LocalStack Community
    • test_dynamodb_create_table_with_partial_sse_specification LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_partial_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: StreamSpecification, TableName
  • LocalStack Community
    • 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_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_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
  • LocalStack Pro
    • test_dynamodb_event_source_mapping LocalStack Pro: tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated
Parameters: TableClass, TableName
  • LocalStack Community
    • 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

UpdateTimeToLive

Parameters: TableName, TimeToLiveSpecification
  • LocalStack Community
    • test_global_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_global_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_table_with_ttl_and_sse LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_table_with_ttl_and_sse HTTP Status Code: 200 AWS validated
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live_deletion LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live_deletion HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_time_to_live LocalStack Community: tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested


Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)