How do I enable continuous backups for my DynamoDB table when using the Serverless Framework?
Ideally, I would define something in serverless.yml that would enable automatic DynamoDB backups
How do I enable continuous backups for my DynamoDB table when using the Serverless Framework?
Ideally, I would define something in serverless.yml that would enable automatic DynamoDB backups
Copyright © 2021 Jogjafile Inc.
It's a little hidden in a couple docs, but this can be done by defining
PointInTimeRecoverySpecificationin theresourcessection of you serverless.yml file, e.g.