I'm trying to use Local Secondary Indexes by adding:
index: 'secondary'
To one of my fields (type 'integer'), unfortunately I'm getting the following error:
Error creating tables: { [ResourceNotFoundException: Requested resource not found: Table: test_table not found]
Without the index, the table is created, with it - the aforementioned error appears.