Has anyone tried implementing a dynamodb restore/i...
# aws
i
Has anyone tried implementing a dynamodb restore/import from s3, while doing a zero-downtime without data loss? I'm trying this now, by creating two Table's in my pulumi stack (blue green). and then having a seperate table deployer that manages the rollout, but it's getting very complicated. Are there any pointers out there for how this can be done?