-
Notifications
You must be signed in to change notification settings - Fork 4.4k
(aws-cdk/aws-dynamodb): Create table replica in background #16611
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-dynamodbRelated to Amazon DynamoDBRelated to Amazon DynamoDBeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/pfrProduct Feature Requests that originated outside of GitHubProduct Feature Requests that originated outside of GitHubp1
Description
Requesting another property under TableOptions to create the Table replica in background without checks.
Use Case
When creating DynamoDB Table Replica, the replica generation might take more than 1 hour sometimes due to big table sizes. Cloudformation does not have patience to wait for that long and kills the deployment even when replicationTimeout property on the Table API is set to a higher number (say 6 hours).
In our case, it takes 3.5 hours for the replica to be created.
Proposed Solution
The property can then be used in the lambda
to send appropriate isComplete response back to CloudFormation and let it continue without actually checking if replication has completed.
Other
None
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-dynamodbRelated to Amazon DynamoDBRelated to Amazon DynamoDBeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/pfrProduct Feature Requests that originated outside of GitHubProduct Feature Requests that originated outside of GitHubp1