-
```
{
"GeneratorIds": [
"aws-foundational-security-best-practices/v/1.0.0/DynamoDB.2"
]
}
```
Severity: Medium
https://docs.aws.amazon.com/securityhub/latest/userguide/secu…
-
DynamoDB [announced](https://aws.amazon.com/blogs/aws/new-dynamodb-table-class-save-up-to-60-in-your-dynamodb-costs/) in December 2021 a new attribute of a table, called _table class_. The choice of "…
-
Running scoutsuite using the following command throws a bunch of errors on DynamoDB tables. These tables exist, but are archived. We can see them on the AWS console.
scout aws --exceptions ${CI_PRO…
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-console/blob/master/FAQ.md).
- [X] I have [searched fo…
-
The return from `DescribeTable` is missing the `ItemCount` field. According to DynamoDB documentation, `ItemCount` should have:
> The number of items in the specified table. DynamoDB updates this v…
-
Expected behavior:
When following https://goteleport.com/docs/database-access/guides/aws-dynamodb/, accessing `dynamodb` should work without extra configuration. For example to list tables:
1. `…
-
### Description
#### Problem
When trying to add GSI to existing DynamoDB with large amounts of data, the create (e.g.`UpdateTable`) process can take up to many days. Currently the only allowed Ter…
-
**Is your feature request related to a problem? Please describe.**
CloudFormation only allows adding a single GSI to a DynamoDB table in an update. While this isn't really an Architect issue, trackin…
-
### Description
I've placed a feature request for DynamoDB resource policies https://github.com/hashicorp/terraform-provider-aws/issues/36569.
It was closed as a duplicate of https://github.com/ha…
-
I'm not sure that the problem is 100% here, but from the searching I did on the web + testing I tried locally, it seems that at least some of it is here. So, the problem:
When using dynamodb-admin,…