You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
i user this tf file to create dynamodb table. tflocal apply -auto-approve
command executes normally, but this is an error in localstack log 'AWS dynamodb.DescribeContinuousBackups => 400 (UnknownOperationException)'.
and when i use awslocal dynamodb list-tables command, and I did not find any tables.
Expected Behavior
i can not find the table in local dynamodb.
LocalStack log
Is there an existing issue for this?
Current Behavior
Terraform v1.2.8
provider registry.terraform.io/hashicorp/aws v4.29.0
i user this tf file to create dynamodb table.
tflocal apply -auto-approvecommand executes normally, but this is an error in localstack log 'AWS dynamodb.DescribeContinuousBackups => 400 (UnknownOperationException)'.
and when i use
awslocal dynamodb list-tablescommand, and I did not find any tables.Expected Behavior
i can not find the table in local dynamodb.
LocalStack log
How are you starting LocalStack?
Custom (please describe below)
Steps To Reproduce
results in:
Environment
Anything else?
it works under linux, but not under win10