-
-
## About
Loading data from DynamoDB into CrateDB may need special treatment compared with other databases, because DynamoDB's relational design paradigms are special.
## Details
According to the …
amotl updated
2 months ago
-
## :question: Global DynamoDB Tables with Multi Region Streams
### The Question
I am using the AWS CDK (Python) to create a DynamoDB global table.
```
globaltable = ddb.Table(
…
-
### Description
I want to enable `pointInTimeRecovery` for global tables.
`replicationRegions` creates tables on the given regions, but the `pointInTimeRecovery` setting is not inherited from t…
phstc updated
5 months ago
-
-
### Describe the bug
While enabling the cross region replication for an existing DynamoDB table containing more than 50GB data, CDK deployment errors out **after an hour** with the following error …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
AWS CLI, command `aws --endpoint-url=http://localhost:4566 dynamodb describe-time-to-li…
-
### Summary
This RFC Propose a significant enhancement to terraform's S3 backend configuration. The objective is to provide a DynamoDB-free alternative for state file locking, making our infrastru…
-
# Steps to reproduce:
## MWE
```
import boto3
dynamodb = boto3.resource('dynamodb')
table_n = dynamodb.Table('name')
table_a = dynamodb.Table(table_n.table_arn)
table_a.load()
```
## …
-
Hello @lukas-krecan
Our team is looking to use Shedlock for task scheduling in our project, and we plan to use DynamoDB as our database. We have identified a few areas where the Shedlock DynamoDB …