Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 468 Bytes

aws-dynamodb-backup

Lambda in nodejs that takes care of the backup of dynamodb tables.

Scope

To create schedule backup of all dynamo db table on a daily basis. The lambda will search for dynamodb resources that are tagged with a proper tag and will perform a backup of them.

Lately will do a maintenance plan to roll out all backups older than the what is specified in the tag.

tags

improvements

Pipeline

the repo includes a pipleine for build