PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Create non-existing tables at startup #10

Closed sanel closed 8 years ago

sanel commented 8 years ago

Current dynamo tables are created manually which is error prone. Also, there is part where test suite is creating own tables for test purposes.

Idea approach would be that app at startup checks if tables are present, and if not, creates them. The same routine can be used by tests.