DynamoDB
Implementation details for API dynamodb
Coverage Overview
DynamoDB
is supported by LocalStack
in the community version with additional features available in the pro version.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Edition | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
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 |
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 |
ImportTable | ||||||||
ListBackups | ✔️ | pro | ||||||
ListContributorInsights | ||||||||
ListExports | ||||||||
ListGlobalTables | ✔️ | community | ✔️ | ✔️ | ||||
ListImports | ||||||||
ListTables | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ListTagsOfResource | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
PutItem | ✔️ | community | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
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 |
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 exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
Those operation calls have been recorded during the exeuction 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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 200 AWS validated Snapshot Tested
BatchWriteItem
Parameters: RequestItems
- LocalStack Community
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_batch_write_not_matching_schema LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 400 (ProvisionedThroughputExceededException)
- LocalStack Pro
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
CreateBackup
Parameters: BackupName, TableName
- LocalStack Pro
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
CreateGlobalTable
Parameters: GlobalTableName, ReplicationGroup
- LocalStack Community
- test_global_tables LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 400 (GlobalTableAlreadyExistsException) AWS validated Snapshot Tested
CreateTable
Parameters: AttributeDefinitions, BillingMode, GlobalSecondaryIndexes, KeySchema, TableName
- LocalStack Community
- test_more_than_20_global_secondary_indexes LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_more_than_20_global_secondary_indexes HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_dynamodb_pay_per_request LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_pay_per_request HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
- LocalStack Community
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- LocalStack Community
- test_put_integration_dynamodb_proxy_validation_without_request_template LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_event_source_validation LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PAY_PER_REQUEST] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_continuous_backup_update LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_table LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_describe_with_exclusive_start_shard_id HTTP Status Code: 200 AWS validated Snapshot Tested
- test_empty_and_binary_values LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_large_data_download LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_update_expressions LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_non_ascii_chars LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nosql_workbench_localhost_region LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_query_on_deleted_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_spec_and_region_replacement LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_stream_spec_and_region_replacement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_time_to_live LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_get_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transact_get_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invoke_dynamodb LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_dynamodb HTTP Status Code: 200
- test_dynamodb_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
- test_dynamodb_read_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
- test_api_key_required_for_methods LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_key_required_for_methods HTTP Status Code: 400 (ResourceInUseException)
- test_multiple_api_keys_validate LocalStack Community: tests/integration/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/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 400 (ResourceInUseException)
- test_return_values_in_put_item LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item HTTP Status Code: 400 (ResourceInUseException) AWS validated Snapshot Tested
- LocalStack Pro
- test_cognito_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
- test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_resolver_with_cache LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
- test_enforce_policy_dynamodb LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::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/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_enforce_policy_dynamodb LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 400 (AccessDeniedException)
- LocalStack Community
- test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables_version_2019 LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_servicediscovery_ecs_integration LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
- test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- LocalStack Community
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- LocalStack Community
- test_deploy_stack_with_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200
- test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200
- LocalStack Community
- test_invalid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_valid_local_secondary_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_dynamodb_create_table_with_partial_sse_specification LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_sse_specification HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_billing_mode_as_conditional[PROVISIONED] LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_billing_mode_as_conditional[PROVISIONED] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_managed_policy_with_empty_resource LocalStack Community: tests/integration/cloudformation/resources/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_with_exports LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
- test_binary_data_with_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_shard_iterator LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_stream_view_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Community
- test_dynamodb_create_table_with_class LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_create_table_with_class HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_default_name_for_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_default_name_for_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_not_matching_schema LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_execute_transaction LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_get_batch_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_idempotent_writing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_partiql_missing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_canceled LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Pro
- test_apigateway_to_appsync_integration LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
- test_websocket_subscriptions LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- LocalStack Community
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_duplicate_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_tags_of_resource LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_duplicate_table LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
DeleteItem
Parameters: Key, TableName
- LocalStack Community
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- LocalStack Pro
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
DeleteTable
Parameters: TableName
- LocalStack Community
- test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/integration/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/integration/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/integration/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/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_event_source_validation LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
- test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200
- test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200
- test_managed_policy_with_empty_resource LocalStack Community: tests/integration/cloudformation/resources/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_response_with_cf LocalStack Community: tests/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_with_exports LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
- test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_not_matching_schema LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_continuous_backup_update LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_duplicate_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_batch_execute_statement LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_get_batch_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_idempotent_writing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_partiql_missing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_shard_iterator LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_describe_with_exclusive_start_shard_id HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invalid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_large_data_download LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_tags_of_resource LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_more_than_20_global_secondary_indexes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_non_ascii_chars LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nosql_workbench_localhost_region LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_spec_and_region_replacement LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_stream_spec_and_region_replacement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_time_to_live LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_get_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transact_get_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_canceled LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_local_secondary_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invoke_dynamodb LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_dynamodb HTTP Status Code: 200
- test_dynamodb_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
- test_dynamodb_read_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_delete_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_servicediscovery_ecs_integration LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
- test_apigateway_to_appsync_integration LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
- test_cognito_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
- test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_websocket_subscriptions LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions HTTP Status Code: 200
- test_resolver_with_cache LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
- test_enforce_policy_dynamodb LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::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/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeContinuousBackups
Parameters: TableName
- LocalStack Community
- test_continuous_backup_update LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
DescribeGlobalTable
Parameters: GlobalTableName
- LocalStack Community
- test_global_tables LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeTable
Parameters: TableName
- LocalStack Community
- test_put_integration_dynamodb_proxy_validation_without_request_template LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
- test_apigateway_to_kinesis LocalStack Community: tests/integration/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_event_source_validation LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_additional_docker_flags LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
- test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
- test_hot_reloading[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 200
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_get_template[json] LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_get_template[yaml] LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_events_after_deployment LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_stack_description_special_chars LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stack_lifecycle LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stack_name_creation LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stack_update_resources LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
- test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
- test_update_termination_protection LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_updating_an_updated_stack_sets_status LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
- test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
- test_waitcondition LocalStack Community: tests/integration/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
- test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200
- test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200
- test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_managed_policy_with_empty_resource LocalStack Community: tests/integration/cloudformation/resources/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_response_with_cf LocalStack Community: tests/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_with_exports LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
- test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
- test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200
- test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200
- test_parameter_defaults LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
- test_update_ssm_parameter_tag LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
- test_update_ssm_parameters LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
- test_create_stack_set_with_stack_instances LocalStack Community: tests/integration/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
- test_get_cloudformation_ui LocalStack Community: tests/integration/cloudformation/test_cloudformation_ui.py::TestCloudFormationUi::test_get_cloudformation_ui HTTP Status Code: 200
- test_cors_expose_headers LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_expose_headers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_match_methods LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_match_methods HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_match_origins LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_match_origins HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_no_config_localstack_allowed LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_no_config_localstack_allowed HTTP Status Code: 200
- test_put_cors_invalid_rules LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_put_cors_invalid_rules HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_string_split LocalStack Community: tests/integration/stepfunctions/v2/intrinsic_functions/test_string_operations.py::TestStringOperations::test_string_split HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_not_matching_schema LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_not_matching_schema HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_not_matching_schema LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_binary_data_with_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_continuous_backup_update LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_duplicate_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_batch_execute_statement LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_get_batch_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_idempotent_writing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_idempotent_writing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_partiql_missing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_shard_iterator LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_describe_with_exclusive_start_shard_id HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables_version_2019 LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invalid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_large_data_download LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_non_ascii_chars LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nosql_workbench_localhost_region LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_nosql_workbench_localhost_region HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nosql_workbench_localhost_region LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_query_on_deleted_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_spec_and_region_replacement LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_stream_spec_and_region_replacement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_spec_and_region_replacement LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_stream_spec_and_region_replacement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_time_to_live LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_get_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transact_get_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_canceled LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_local_secondary_index LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_route_table_association LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_create_route_table_association HTTP Status Code: 200
- test_describe_vpc_endpoints_with_filter LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_describe_vpc_endpoints_with_filter HTTP Status Code: 200
- test_invoke_dynamodb LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_dynamodb HTTP Status Code: 200
- test_invoke_dynamodb LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_dynamodb HTTP Status Code: 200
- test_dynamodb_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
- test_dynamodb_read_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_account_id_namespacing_for_moto_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_moto_backends HTTP Status Code: 200
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_multi_accounts_kinesis LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_kinesis HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_dynamodb_stream_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_dynamodb_stream_handler_deployed HTTP Status Code: 200
- test_dynamodb_stream_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_dynamodb_stream_handler_deployed HTTP Status Code: 200
- test_kinesis_stream_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_kinesis_stream_handler_deployed HTTP Status Code: 200
- test_queue_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_queue_handler_deployed HTTP Status Code: 200
- test_send_email_can_retrospect LocalStack Community: tests/integration/test_ses.py::TestSES::test_send_email_can_retrospect HTTP Status Code: 200
- test_sending_to_deleted_topic LocalStack Community: tests/integration/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
- test_ses_sns_topic_integration_send_email LocalStack Community: tests/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- test_deletion_event_source_mapping_with_dynamodb LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_deletion_event_source_mapping_with_dynamodb HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cdk_template LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 400 (ResourceNotFoundException)
- test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 400 (ResourceNotFoundException)
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_managed_policy_with_empty_resource LocalStack Community: tests/integration/cloudformation/resources/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_dynamodb_stream_response_with_cf LocalStack Community: tests/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 400 (ResourceNotFoundException)
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_cfn_with_exports LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 400 (ResourceNotFoundException)
- test_batch_write_not_existing_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_not_existing_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_create_duplicate_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_delete_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_dynamodb_batch_execute_statement LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_query_on_deleted_resource HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 400 (ResourceNotFoundException)
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 400 (ResourceNotFoundException)
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 400 (ResourceNotFoundException)
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 400 (ResourceNotFoundException)
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 400 (ResourceNotFoundException)
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 400 (ResourceNotFoundException)
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 400 (ResourceNotFoundException)
- LocalStack Pro
- test_servicediscovery_ecs_integration LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
- test_apigateway_to_appsync_integration LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
- test_cognito_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
- test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_websocket_subscriptions LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions HTTP Status Code: 200
- test_resolver_with_cache LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_enforce_policy_dynamodb LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::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/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_servicediscovery_ecs_integration LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 400 (ResourceNotFoundException)
- test_websocket_subscriptions LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions HTTP Status Code: 400 (ResourceNotFoundException)
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 400 (ResourceNotFoundException) AWS validated Snapshot Tested
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 400 (ResourceNotFoundException)
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 400 (ResourceNotFoundException)
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 400 (ResourceNotFoundException)
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 400 (ResourceNotFoundException)
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 400 (ResourceNotFoundException)
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 400 (ResourceNotFoundException)
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 400 (ResourceNotFoundException)
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 400 (ResourceNotFoundException)
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 400 (ResourceNotFoundException)
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 400 (ResourceNotFoundException)
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 400 (ResourceNotFoundException)
DescribeTimeToLive
Parameters: TableName
- LocalStack Community
- test_time_to_live LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
DisableKinesisStreamingDestination
Parameters: StreamArn, TableName
- LocalStack Community
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/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/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
ExecuteStatement
Parameters: Statement
- LocalStack Community
- test_dynamodb_partiql_missing LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
GetItem
Parameters: ConsistentRead, Key, TableName
- LocalStack Community
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- LocalStack Pro
- test_apigateway_to_appsync_integration LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_layer_python LocalStack Pro: tests/integration/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- LocalStack Community
- test_put_integration_dynamodb_proxy_validation_with_request_template LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_with_request_template HTTP Status Code: 200
- test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_binary_data_with_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_batch_execute_statement LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_batch_execute_statement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_idempotent_writing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables_version_2019 LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_update_expressions LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_non_ascii_chars LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_canceled LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
- test_dynamodb_read_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_global_tables_version_2019 LocalStack Community: tests/integration/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/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 400 (ProvisionedThroughputExceededException)
- test_dynamodb_read_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 400 (ProvisionedThroughputExceededException)
- LocalStack Pro
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
ListTables
Parameters: - (without any parameters)
- LocalStack Community
- test_deploy_stack_with_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200
- test_delete_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables_version_2019 LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_dynamodb HTTP Status Code: 200
- LocalStack Pro
- test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- LocalStack Community
- test_api_key_required_for_methods LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_key_required_for_methods HTTP Status Code: 200
- test_multiple_api_keys_validate LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_event_source_validation LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cdk_template LocalStack Community: tests/integration/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_template HTTP Status Code: 200
- test_billing_mode_as_conditional[PAY_PER_REQUEST] LocalStack Community: tests/integration/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/integration/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/integration/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/integration/cloudformation/resources/test_dynamodb.py::test_deploy_stack_with_dynamodb_table HTTP Status Code: 200
- test_globalindex_read_write_provisioned_throughput_dynamodb_table LocalStack Community: tests/integration/cloudformation/resources/test_dynamodb.py::test_globalindex_read_write_provisioned_throughput_dynamodb_table HTTP Status Code: 200
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_managed_policy_with_empty_resource LocalStack Community: tests/integration/cloudformation/resources/test_iam.py::test_managed_policy_with_empty_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_response_with_cf LocalStack Community: tests/integration/cloudformation/resources/test_kinesis.py::test_dynamodb_stream_response_with_cf HTTP Status Code: 200
- test_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_with_exports LocalStack Community: tests/integration/cloudformation/resources/test_legacy.py::TestCloudFormation::test_cfn_with_exports HTTP Status Code: 200
- test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_not_matching_schema LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_continuous_backup_update LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_continuous_backup_update HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_duplicate_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_create_duplicate_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_table LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_delete_table HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_batch_execute_statement LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_get_batch_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_get_batch_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_idempotent_writing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_partiql_missing LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_partiql_missing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_pay_per_request LocalStack Community: tests/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_streams_describe_with_exclusive_start_shard_id HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_with_kinesis_stream LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_empty_and_binary_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
- test_global_tables_version_2019 LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invalid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_large_data_download LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_tags_of_resource LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_non_ascii_chars LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_non_ascii_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nosql_workbench_localhost_region LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_spec_and_region_replacement LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_stream_spec_and_region_replacement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_time_to_live LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_get_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transact_get_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_canceled LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_local_secondary_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invoke_dynamodb LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_invoke_dynamodb HTTP Status Code: 200
- test_dynamodb_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_error_injection HTTP Status Code: 200
- test_dynamodb_read_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_read_error_injection HTTP Status Code: 200
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/test_error_injection.py::TestErrorInjection::test_dynamodb_write_error_injection HTTP Status Code: 200
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- LocalStack Pro
- test_servicediscovery_ecs_integration LocalStack Pro: tests/integration/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration HTTP Status Code: 200
- test_apigateway_to_appsync_integration LocalStack Pro: tests/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
- test_cognito_authorization LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization HTTP Status Code: 200
- test_cognito_authorization_bearer_configuration[access no bearer] LocalStack Pro: tests/integration/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/integration/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/integration/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/integration/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/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_websocket_subscriptions LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions HTTP Status Code: 200
- test_resolver_with_cache LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache HTTP Status Code: 200
- test_customresource_lambda_backed LocalStack Pro: tests/integration/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed HTTP Status Code: 200
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_enforce_policy_dynamodb LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb HTTP Status Code: 200
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::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/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
ListTagsOfResource
Parameters: ResourceArn
- LocalStack Community
- test_list_tags_of_resource LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_list_tags_of_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
PutItem
Parameters: Expected, Item, TableName
- LocalStack Community
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- LocalStack Community
- test_return_values_in_put_item LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_return_values_in_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_api_key_required_for_methods LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_key_required_for_methods HTTP Status Code: 200
- test_multiple_api_keys_validate LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/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/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
- test_disabled_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_disabled_dynamodb_event_source_mapping HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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_cfn_lambda_dynamodb_source LocalStack Community: tests/integration/cloudformation/resources/test_lambda.py::TestCfnLambdaIntegrations::test_cfn_lambda_dynamodb_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_binary LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_binary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_batch_write_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_batch_write_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_binary_data_with_stream LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_binary_data_with_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_batch_execute_statement LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 200 AWS validated Snapshot Tested
- test_large_data_download LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_update_expressions LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_non_ascii_chars LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transact_get_items LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transact_get_items HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_canceled LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_canceled HTTP Status Code: 200 AWS validated Snapshot Tested
- test_valid_local_secondary_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
- test_dynamodb_write_error_injection LocalStack Community: tests/integration/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/integration/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration HTTP Status Code: 200 AWS validated
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_websocket_subscriptions LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::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/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_shadow_after_thing_deletion LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_shadow_after_thing_deletion HTTP Status Code: 400 (ResourceNotFoundException)
- test_thing_shadow LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_thing_shadow HTTP Status Code: 400 (ResourceNotFoundException)
- test_thing_shadow_input_errors LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_thing_shadow_input_errors HTTP Status Code: 400 (ResourceNotFoundException)
- test_thing_shadow_metadata LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_thing_shadow_metadata HTTP Status Code: 400 (ResourceNotFoundException)
- test_update_shadow_response LocalStack Pro: tests/integration/test_iot_data.py::TestIoTShadows::test_update_shadow_response HTTP Status Code: 400 (ResourceNotFoundException)
- test_create_iotanalytics_resources LocalStack Pro: tests/integration/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources HTTP Status Code: 400 (ResourceNotFoundException)
Query
Parameters: ExpressionAttributeNames, ExpressionAttributeValues, IndexName, KeyConditionExpression, Select, TableName
- LocalStack Community
- test_valid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_query_index HTTP Status Code: 200 AWS validated Snapshot Tested
- test_invalid_query_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_invalid_query_index HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
- test_multiple_update_expressions LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
- LocalStack Pro
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- LocalStack Community
- test_valid_local_secondary_index LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_valid_local_secondary_index HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_rest_api_to_dynamodb_integration[Query] LocalStack Community: tests/integration/apigateway/test_apigateway_dynamodb.py::test_rest_api_to_dynamodb_integration[Query] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_query_on_deleted_resource LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
Scan
Parameters: Limit, TableName
- LocalStack Community
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- LocalStack Pro
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- LocalStack Community
- test_api_gateway_kinesis_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_kinesis_integration HTTP Status Code: 200
- test_api_gateway_lambda_asynchronous_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_asynchronous_invocation HTTP Status Code: 200
- test_api_gateway_lambda_proxy_integration_any_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method HTTP Status Code: 200
- test_api_gateway_lambda_proxy_integration_any_method_with_path_param LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param HTTP Status Code: 200
- test_apigateway_with_custom_authorization_method LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_custom_authorization_method HTTP Status Code: 200
- test_apigateway_with_lambda_integration LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_lambda_integration HTTP Status Code: 200
- test_apigateway_with_step_function_integration[DeleteStateMachine] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[DeleteStateMachine] HTTP Status Code: 200 AWS validated
- test_apigateway_with_step_function_integration[StartExecution] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigateway_with_step_function_integration[StartExecution] HTTP Status Code: 200 AWS validated
- test_apigw_stage_variables[dev] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[dev] HTTP Status Code: 200 AWS validated
- test_apigw_stage_variables[local] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_stage_variables[local] HTTP Status Code: 200 AWS validated
- test_apigw_test_invoke_method_api LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_apigw_test_invoke_method_api HTTP Status Code: 200
- test_import_rest_api[ignore] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_import_rest_api[ignore] HTTP Status Code: 200
- test_import_rest_apis[ignore] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_import_rest_apis[ignore] HTTP Status Code: 200
- test_malformed_response_apigw_invocation LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_malformed_response_apigw_invocation HTTP Status Code: 200
- test_put_integration_dynamodb_proxy_validation_without_request_template LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_put_integration_dynamodb_proxy_validation_without_request_template HTTP Status Code: 200
- test_response_headers_invocation_with_apigw LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::TestAPIGateway::test_response_headers_invocation_with_apigw HTTP Status Code: 200
- test_apigateway_rust_lambda LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigateway_rust_lambda HTTP Status Code: 200
- test_apigw_call_api_with_aws_endpoint_url LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_apigw_call_api_with_aws_endpoint_url HTTP Status Code: 200
- test_mock_integration_response[WHEN_NO_MATCH-host_based_url-POST] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_mock_integration_response[WHEN_NO_MATCH-host_based_url-POST] HTTP Status Code: 200
- test_rest_api_multi_region[host_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-ANY] HTTP Status Code: 200
- test_rest_api_multi_region[host_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[host_based_url-GET] HTTP Status Code: 200
- test_rest_api_multi_region[path_based_url-ANY] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-ANY] HTTP Status Code: 200
- test_rest_api_multi_region[path_based_url-GET] LocalStack Community: tests/integration/apigateway/test_apigateway_basic.py::test_rest_api_multi_region[path_based_url-GET] HTTP Status Code: 200
- test_rest_api_to_dynamodb_integration[PutItem] LocalStack Community: tests/integration/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/integration/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/integration/apigateway/test_apigateway_integrations.py::test_create_execute_api_vpc_endpoint HTTP Status Code: 200 AWS validated Snapshot Tested
- test_apigateway_to_kinesis LocalStack Community: tests/integration/apigateway/test_apigateway_kinesis.py::test_apigateway_to_kinesis HTTP Status Code: 200 AWS validated Snapshot Tested
- 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_additional_docker_flags LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestDockerFlags::test_additional_docker_flags HTTP Status Code: 200
- test_hot_reloading[nodejs18.x] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[nodejs18.x] HTTP Status Code: 200
- test_hot_reloading[python3.9] LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading[python3.9] HTTP Status Code: 200
- test_hot_reloading_publish_version LocalStack Community: tests/integration/awslambda/test_lambda_developer_tools.py::TestHotReloading::test_hot_reloading_publish_version HTTP Status Code: 200
- test_nested_output_in_params LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nested_stack_output_refs LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
- test_get_template[json] LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[json] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_get_template[yaml] LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_get_template[yaml] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_events_after_deployment LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_events_after_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_stack_resources_for_removed_resource LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_list_stack_resources_for_removed_resource HTTP Status Code: 200
- test_stack_description_special_chars LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_description_special_chars HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stack_lifecycle LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stack_name_creation LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_name_creation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stack_update_resources LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_stack_update_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_update_stack_with_same_template LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::TestStacksApi::test_update_stack_with_same_template HTTP Status Code: 200
- test_events_resource_types LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_events_resource_types HTTP Status Code: 200 AWS validated Snapshot Tested
- test_update_termination_protection LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_update_termination_protection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_updating_an_updated_stack_sets_status LocalStack Community: tests/integration/cloudformation/api/test_stacks.py::test_updating_an_updated_stack_sets_status HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cfn_acm_certificate LocalStack Community: tests/integration/cloudformation/resources/test_acm.py::test_cfn_acm_certificate HTTP Status Code: 200
- test_waitcondition LocalStack Community: tests/integration/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_record_set_via_id LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_id HTTP Status Code: 200 AWS validated
- test_create_record_set_via_name LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_via_name HTTP Status Code: 200
- test_create_record_set_without_resource_record LocalStack Community: tests/integration/cloudformation/resources/test_route53.py::test_create_record_set_without_resource_record HTTP Status Code: 200
- test_parameter_defaults LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
- test_update_ssm_parameter_tag LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
- test_update_ssm_parameters LocalStack Community: tests/integration/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
- test_create_stack_set_with_stack_instances LocalStack Community: tests/integration/cloudformation/resources/test_stack_sets.py::test_create_stack_set_with_stack_instances HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_expose_headers LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_expose_headers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_http_options_no_config LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_http_options_no_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_http_options_non_existent_bucket_ls_allowed LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_http_options_non_existent_bucket_ls_allowed HTTP Status Code: 200
- test_cors_match_headers LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_match_headers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_match_methods LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_match_methods HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cors_match_origins LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_cors_match_origins HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_cors LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_delete_cors HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_cors LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_put_cors HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_cors_invalid_rules LocalStack Community: tests/integration/s3/test_s3_cors.py::TestS3Cors::test_put_cors_invalid_rules HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_object_by_presigned_request_via_dynamodb LocalStack Community: tests/integration/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/integration/s3/test_s3_notifications_lambda.py::TestS3NotificationsToLambda::test_create_object_put_via_dynamodb HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_execute_transaction LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_execute_transaction HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_stream_view_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_large_data_download LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_large_data_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_vpc_end_point LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_create_vpc_end_point HTTP Status Code: 200
- test_describe_vpc_endpoints_with_filter LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_describe_vpc_endpoints_with_filter HTTP Status Code: 200
- test_modify_launch_template[name] LocalStack Community: tests/integration/test_ec2.py::TestEc2Integrations::test_modify_launch_template[name] HTTP Status Code: 200 AWS validated
- test_basic_https_invocation LocalStack Community: tests/integration/test_edge.py::TestEdgeAPI::test_basic_https_invocation HTTP Status Code: 200
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.10] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.7] LocalStack Community: tests/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.7] HTTP Status Code: 200
- test_lambda_put_item_to_dynamodb[python3.8] LocalStack Community: tests/integration/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/integration/test_integration.py::TestLambdaOutgoingSdkCalls::test_lambda_put_item_to_dynamodb[python3.9] HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_account_id_namespacing_for_localstack_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_localstack_backends HTTP Status Code: 200
- test_account_id_namespacing_for_moto_backends LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_account_id_namespacing_for_moto_backends HTTP Status Code: 200
- test_multi_accounts_dynamodb LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_dynamodb HTTP Status Code: 200
- test_multi_accounts_kinesis LocalStack Community: tests/integration/test_multi_accounts.py::TestMultiAccounts::test_multi_accounts_kinesis HTTP Status Code: 200
- test_apigateway_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_apigateway_deployed HTTP Status Code: 200
- test_kinesis_stream_handler_deployed LocalStack Community: tests/integration/test_serverless.py::TestServerless::test_kinesis_stream_handler_deployed HTTP Status Code: 200
- test_delete_template LocalStack Community: tests/integration/test_ses.py::TestSES::test_delete_template HTTP Status Code: 200
- test_get_identity_verification_attributes LocalStack Community: tests/integration/test_ses.py::TestSES::test_get_identity_verification_attributes HTTP Status Code: 200
- test_sending_to_deleted_topic LocalStack Community: tests/integration/test_ses.py::TestSES::test_sending_to_deleted_topic HTTP Status Code: 200 AWS validated Snapshot Tested
- test_ses_sns_topic_integration_send_email LocalStack Community: tests/integration/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/integration/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/integration/test_ses.py::TestSES::test_ses_sns_topic_integration_send_templated_email HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_messages_as_botocore_endpoint_url LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_as_botocore_endpoint_url HTTP Status Code: 200
- test_list_messages_with_queue_url_in_path LocalStack Community: tests/integration/test_sqs_backdoor.py::TestSqsDeveloperEdpoints::test_list_messages_with_queue_url_in_path HTTP Status Code: 200
- test_nonstandard_regions LocalStack Community: tests/integration/test_stores.py::test_nonstandard_regions HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_security_groups LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_security_groups HTTP Status Code: 200
- LocalStack Pro
- test_cognito_authorization_group_enforcement LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_resolvers LocalStack Pro: tests/integration/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers HTTP Status Code: 200
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_layer_python LocalStack Pro: tests/integration/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
- test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
- test_role_with_permissions_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary HTTP Status Code: 200
- test_sqs_receive_queue_attributes_role_permission_boundary LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sqs_create_queue LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourceDetection::test_sqs_create_queue HTTP Status Code: 200
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
- test_sns_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
- test_query_by_metadata LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_query_by_metadata HTTP Status Code: 200 AWS validated Snapshot Tested
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_scheduled_backup_and_restore LocalStack Pro: tests/integration/test_backup.py::TestBackup::test_scheduled_backup_and_restore HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_backups LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_backups HTTP Status Code: 200
- test_table_regions LocalStack Pro: tests/integration/test_dynamodb.py::TestDynamoDB::test_table_regions HTTP Status Code: 200
- test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item LocalStack Pro: tests/integration/test_iot.py::TestIoTData::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/integration/test_iot.py::TestIoTData::test_topic_rule_triggers_dynamodb_v2_put_item HTTP Status Code: 200 AWS validated Snapshot Tested
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_external_layer_download LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_external_layer_exceptions LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_container_image_lambda_chained_invocation LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_container_image_lambda_with_image_config LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_from_image[node] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_from_image[python] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_using_layer_overriding_runtime LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
- test_layer_and_function_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_hot_reloading_layers_fail LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_tags LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_delete_tags HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_brokers LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_list_brokers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_send_to_active_mq LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_send_to_active_mq HTTP Status Code: 200 AWS validated Snapshot Tested
- test_send_to_activemq_curl LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_send_to_activemq_curl HTTP Status Code: 200 AWS validated Snapshot Tested
TagResource
Parameters: ResourceArn, Tags
- LocalStack Community
- test_list_tags_of_resource LocalStack Community: tests/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_idempotent_writing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_binary_data LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_transaction_write_binary_data HTTP Status Code: 200 AWS validated Snapshot Tested
- test_transaction_write_items LocalStack Community: tests/integration/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/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_batch_write_not_existing_table LocalStack Community: tests/integration/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/integration/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/integration/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/integration/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/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_global_tables HTTP Status Code: 200 AWS validated Snapshot Tested
UpdateItem
Parameters: AttributeUpdates, Expected, Key, TableName
- LocalStack Community
- test_nested_output_in_params LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_output_in_params HTTP Status Code: 200 AWS validated Snapshot Tested
- test_nested_stack LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_stack HTTP Status Code: 200
- test_nested_stack_output_refs LocalStack Community: tests/integration/cloudformation/api/test_nested_stacks.py::test_nested_stack_output_refs HTTP Status Code: 200 AWS validated
- test_firehose_stack_with_kinesis_as_source LocalStack Community: tests/integration/cloudformation/resources/test_firehose.py::test_firehose_stack_with_kinesis_as_source HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delivery_stream_with_kinesis_as_source LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_delivery_stream_with_kinesis_as_source HTTP Status Code: 200
- test_kinesis_firehose_elasticsearch_s3_backup LocalStack Community: tests/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_elasticsearch_s3_backup HTTP Status Code: 200
- test_kinesis_firehose_opensearch_s3_backup[domain] LocalStack Community: tests/integration/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/integration/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/integration/test_firehose.py::TestFirehoseIntegration::test_kinesis_firehose_opensearch_s3_backup[port] HTTP Status Code: 200
- test_firehose_kinesis_to_s3 LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_firehose_kinesis_to_s3 HTTP Status Code: 200
- test_lambda_streams_batch_and_transactions LocalStack Community: tests/integration/test_integration.py::TestIntegration::test_lambda_streams_batch_and_transactions HTTP Status Code: 200
- test_run_kcl LocalStack Community: tests/integration/test_kinesis.py::TestKinesisPythonClient::test_run_kcl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 200
- test_bucket_exists LocalStack Community: tests/integration/test_terraform.py::TestTerraform::test_bucket_exists HTTP Status Code: 400 (ConditionalCheckFailedException)
- LocalStack Pro
- test_application_with_output_and_reference LocalStack Pro: tests/integration/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_layer_python LocalStack Pro: tests/integration/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python HTTP Status Code: 200
- test_create_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_msk.py::test_create_cluster HTTP Status Code: 200
- test_create_ledgers LocalStack Pro: tests/integration/cloudformation/resources/test_qldb.py::test_create_ledgers HTTP Status Code: 200
- test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
- test_hostedzone_with_comment LocalStack Pro: tests/integration/cloudformation/resources/test_route53.py::test_hostedzone_with_comment HTTP Status Code: 200 AWS validated
- test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
- test_assume_role_cw_logs LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_cw_logs HTTP Status Code: 200
- test_enforce_policy_cloudwatch LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudwatch HTTP Status Code: 200
- test_enforce_policy_events LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events HTTP Status Code: 200
- test_enforce_policy_kinesis LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kinesis HTTP Status Code: 200
- test_enforce_policy_lambda LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda HTTP Status Code: 200
- test_enforce_policy_sqs_not_resource_all LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all HTTP Status Code: 200
- test_enforce_s3_admin_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_s3_admin_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_backup_vault LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_backup_vault HTTP Status Code: 200 AWS validated Snapshot Tested
- test_ecr_repository_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_ecr_repository_policies HTTP Status Code: 200 AWS validated Snapshot Tested
- test_iam_trust_policy LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_iam_trust_policy HTTP Status Code: 200 AWS validated Snapshot Tested
- test_sns_publish_topic_attributes LocalStack Pro: tests/integration/iam_enforcement/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_iam_user_group_attached_policies LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_group_attached_policies HTTP Status Code: 200
- test_sqs_create_queue LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourceDetection::test_sqs_create_queue HTTP Status Code: 200
- test_get_resource_policy_lambda_non_existent LocalStack Pro: tests/integration/iam_enforcement/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda_non_existent HTTP Status Code: 200
- test_events_lambda LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda HTTP Status Code: 200 AWS validated
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 200 AWS validated
- test_events_sqs LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs HTTP Status Code: 200 AWS validated
- test_lambda_iam LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_sqs_destination LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination HTTP Status Code: 200 AWS validated
- test_sns_firehose LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose HTTP Status Code: 200 AWS validated
- test_sns_lambda_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription HTTP Status Code: 200 AWS validated
- test_sns_ses_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription HTTP Status Code: 200 AWS validated
- test_sns_sqs_subscription LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription HTTP Status Code: 200 AWS validated
- test_stream_journal LocalStack Pro: tests/integration/qldb/test_qldb.py::TestQLDB::test_stream_journal HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_application_output LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output HTTP Status Code: 200
- test_input_processing_configuration LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration HTTP Status Code: 200
- test_list_and_update_applications LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications HTTP Status Code: 200
- test_tag_list_tag_untag_resource LocalStack Pro: tests/integration/test_kinesis_analyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource HTTP Status Code: 200
- test_external_layer_download LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_download HTTP Status Code: 200 AWS validated Snapshot Tested
- test_external_layer_exceptions LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_exceptions HTTP Status Code: 200 AWS validated Snapshot Tested
- test_external_layer_specific LocalStack Pro: tests/integration/test_lambda.py::TestExternalLayerDownload::test_external_layer_specific HTTP Status Code: 200 AWS validated Snapshot Tested
- test_container_image_lambda_chained_invocation LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation HTTP Status Code: 200 AWS validated Snapshot Tested
- test_container_image_lambda_with_image_config LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_from_image[node] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_lambda_from_image[python] LocalStack Pro: tests/integration/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_cross_account_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_multiple_layers_override LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_using_layer LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_function_using_layer_overriding_runtime LocalStack Pro: tests/integration/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime HTTP Status Code: 200 AWS validated Snapshot Tested
- test_layer_and_function_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
- test_layer_only_hot_reloading LocalStack Pro: tests/integration/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading HTTP Status Code: 200 AWS validated Snapshot Tested
- test_put_subscription_filter_kinesis_with_filter_pattern LocalStack Pro: tests/integration/test_logs.py::TestCloudWatchLogsPro::test_put_subscription_filter_kinesis_with_filter_pattern HTTP Status Code: 200
- test_create_broker LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_create_broker HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_tags LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_create_tags HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_broker LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_delete_broker HTTP Status Code: 200 AWS validated Snapshot Tested
- test_delete_tags LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_delete_tags HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_broker LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_describe_broker HTTP Status Code: 200 AWS validated Snapshot Tested
- test_list_brokers LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_list_brokers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_send_to_active_mq LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_send_to_active_mq HTTP Status Code: 200 AWS validated Snapshot Tested
- test_send_to_activemq_curl LocalStack Pro: tests/integration/test_mq.py::TestMQ::test_send_to_activemq_curl HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dag_dependencies[2.2.2] LocalStack Pro: tests/integration/test_mwaa.py::TestMWAA::test_dag_dependencies[2.2.2] HTTP Status Code: 200
- test_events_sns LocalStack Pro: tests/integration/iam_enforcement/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns HTTP Status Code: 400 (ConditionalCheckFailedException) AWS validated
- LocalStack Community
- test_dynamodb_stream_stream_view_type LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_dynamodb_with_kinesis_stream HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_data_encoding_consistency LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_data_encoding_consistency HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_update_expressions LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_dynamodb_resolvers LocalStack Pro: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_multiple_update_expressions HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_global_tables_version_2019 LocalStack Community: tests/integration/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/integration/test_dynamodb.py::TestDynamoDB::test_global_tables_version_2019 HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested
- LocalStack Community
- test_create_event_source_validation LocalStack Community: tests/integration/awslambda/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/integration/awslambda/test_lambda_api.py::TestLambdaEventSourceMappings::test_event_source_mapping_lifecycle HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put10-None-filter0-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put10-None-filter0-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put11-item_to_put21-filter1-2] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put12-item_to_put22-filter2-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put13-item_to_put23-filter3-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put14-item_to_put24-filter4-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put15-item_to_put25-filter5-0] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] LocalStack Community: tests/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_event_filter[item_to_put16-item_to_put26-filter6-1] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_dynamodb_event_source_mapping LocalStack Community: tests/integration/awslambda/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/integration/awslambda/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/integration/awslambda/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/integration/awslambda/test_lambda_integration_dynamodbstreams.py::TestDynamoDBEventSourceMapping::test_dynamodb_invalid_event_filter[single-string] HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Community
- test_dynamodb_create_table_with_class LocalStack Community: tests/integration/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_time_to_live LocalStack Community: tests/integration/test_dynamodb.py::TestDynamoDB::test_time_to_live HTTP Status Code: 200 AWS validated Snapshot Tested
Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)