-
### Describe the issue
I'm trying to write to DynamoDb an object model with an `Optional` field, but it does not work.
I'm using a custom Optional attribute converter:
```
MapAttributeCo…
-
**Is your feature request related to a problem? Please describe.**
With the addition of DynamoDB resource policies, data prepper can now assume a role in account A and access a table in account B. Ho…
-
I got below error when I try to run demo code in README.MD with Access key which has Full Access to DynamoDB.
```
software.amazon.awssdk.services.dynamodb.model.DynamoDbException: The provided key e…
-
I've connected Superset to DynamoDB using the PyDynamoDB driver. However, when I try to query DynamoDB through Superset, I find that it lacks several functions such as "split" and "replace," which pre…
-
## Feature Request
Add an additional `SessionStore` implementation to use Amazon DynamoDB as the session storage backend, as an alternative to Redis.
Add an implementation that uses DynamoDB ins…
-
Hi guys, does anyone know why the nested query does not work?
my item in dynamodb:
```json
[{
"id": "6606744528803",
"role": {
"name": "user",
}
"created_at": "202…
-
We should probably extend the DynamoDB intel module to gather more information about tables, as at the moment we only collect the table name.
The DescribeTable API call returns a set of useful info…
-
Is there any plan to support transations in DynamoDb using the mapper?
https://aws.amazon.com/blogs/aws/new-amazon-dynamodb-transactions/
-
Hi,
Can you add support of ReturnValuesOnConditionCheckFailure parameters in putItem,updateItem,batchWriteItem ...
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ConditionChe…
-
### Describe the bug
When using `@DynamoDbImmutable`, the mapper throws an exception if _any_ custom non-property method exists.
In the specific case of Groovy's `@groovy.transform.EqualsAndHashCo…