Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The dynamodb table creation and updation fails with below error when the contributor insights are enabled
aws:dynamodb:ContributorInsights (aws-local-audit-log-dynamodb-contributor-insights):
error: 1 error occurred:
* creating DynamoDB ContributorInsights for table (dt-local-audit-log): UnknownOperationException: An unknown operation was requested.
status code: 400, request id: 121e6622-748c-46ac-97bb-fe43d18e7b8e
Using pulumi to deploy to localstack.
Expected Behavior
The dynamodb table should be created/updated without error.
How are you starting LocalStack?
With a docker run
command
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack
command, arguments, or docker-compose.yml
)
docker run localstack/localstack
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
awslocal s3 mb s3://mybucket
Using pulumi to deploy to localstack.
Environment
- OS: MACOS Sonoma 14.2.1
- LocalStack: latest docker image
Anything else?
No response