# Refresh Aura DB.

## Usage

### Run Locally

Copy `.env.shadow` to `.env` and configure the api keys and DB name to refresh.

Run the following commands to run the script:

```sh
awsume dev
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 086679231553.dkr.ecr.us-east-1.amazonaws.com
docker-compose up --build run-refresh -d 
```