(aws-dynamodb): I want to convert cdk code without deleting data in global table #23329
SGA-Kenichi-Odashima
started this conversation in
General
Replies: 1 comment
-
I don't think there is, nor could there be any function that does this. These two different apps will generate different templates with different types of resources ( I'm going to convert this to a discussion, as that's going to be the best place to further discuss workarounds or have further discussion. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature
I think it can be created with the Use Case API for creating a DynamoDB replica table, but is there a function to change the code that uses the API in item 1 to the code that uses the API in item 2?
Since the DynamoDB table is in operation, I would like to convert it without deleting the data.
Please let me know if there is a way to change it or if there is a function.
If there is no method or function that can be changed, I would like a function to convert like this.
Use Case
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_dynamodb/CfnGlobalTable.html
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_dynamodb/Table.html
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.54.0 (build 9f41881)
Environment details (OS name and version, etc.)
Node.js Version: v16.15.1
OS:
Language: Python
Beta Was this translation helpful? Give feedback.
All reactions