location/location.py [40:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        }
                    ],
                    ProvisionedThroughput={
                        'ReadCapacityUnits': 5,
                        'WriteCapacityUnits': 5,
                    }
                )
        table.meta.client.get_waiter('table_exists') \
            .wait(TableName=LOCATION_TABLE)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



locator/locator.py [99:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        }
                    ],
                    ProvisionedThroughput={
                        'ReadCapacityUnits': 5,
                        'WriteCapacityUnits': 5,
                    }
                )
        table.meta.client.get_waiter('table_exists') \
            .wait(TableName=LOCATION_TABLE)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



