1. Run `yarn run-local-cloud` to update the structure of the dynamoDB tables inside the `localstack` docker container due to the changes.
2. Run `yarn run-tunnelbroker-service-dev-mode` to run the tunnelbroker server.
3. The tunnelbroker will connect to the `localstack` dynamoDB database and check for the tables are exists in the database by the [[ https://github.com/CommE2E/comm/blob/e9473c9faa8f95890a8aa65fcf9440e52b34467e/services/tunnelbroker/src/Database/DatabaseManager.cpp#L14-L22 | isTableAvailable() internal method ]] on the startup procedure.
4. If some of the tables do not exist (were not created by the terraform or the name of the expected table is not correct in the terraform configuration) the tunnelbroker will throw an error `table X is not available` on startup.