Closed MickL closed 4 years ago
Table already has it. (Table.createTable()) as class method. we keeping it as "method" because if you just upload that to production and it automatically create table on infrastructure without any warning, that's just too much. that kind of thing should be done in code-as-infrastructure such as cloudformation.
It would be great to have an option in the
Table
decorator to create it if it does not exist.