flexport / quarantine

Quarantine flaky Ruby Rspec tests
MIT License
65 stars 21 forks source link

DynamoDB init script to create tables #2

Closed eric-zhu-uw closed 5 years ago

eric-zhu-uw commented 5 years ago

Created a script to help users create dynamodb tables.

After gem install quarantine, the user should be able to type:

quarantine_dynamodb -h

to get a list of options to use and run the script with

quarantine_dynamodb [options]

Tested from local flexport repo and ran bundle exec quarantine_dynamodb [options]

I will update the ReadMe.md later to help with setup