Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 515 Bytes

File metadata and controls

17 lines (10 loc) · 515 Bytes

DynamoDB: On Demand Backups Scheduler

This repo contained two simply things:

  1. index.js: Lambda function which can enable you to schedule DynamoDB Backups
  2. ondemand-backups-scheduler-policy.json: IAM Role Policy for the Lambda function

How to set it up

Detailed walk through is provided here:

  1. How to take backups

  2. How to restore those backups

  3. How to schedule on demand backups using CloudWatch Rules and Lambda

    https://www.abhayachauhan.com/2017/12/dynamodb-scheduling-on-demand-backups/