# aws-backup

Starts DynamoDB restore upon recovery point becoming available.

Does post recovery actions to start table stream and change other settings.

## Running with a resource
Use the env var `SOURCE_NAME` to restore from data that matches the ResourceName 
field of the AWS Backup recovery point. 
For example if I used the env var `SOURCE_NAME=prod-masters_active` then 
I would be restoring from recovery point whose `ResourceName` is `prod-masters_active` backup. 