1

I've created a CloudFormation stack to create a DynamoDB set of tables I need. For a specific one, I also need to restore its values... how can I achieve that?

I've searched online but have found not a solution

1 Answer 1

1

This can only be done through a custom resource. The resource would be a lambda function which would perform the insertion of your data into the newly created table using AWS SDK.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.