Was getting the following:
```
tunnelbroker-server | terminate called after throwing an instance of 'std::runtime_error'
tunnelbroker-server | what(): Error: AWS DynamoDB table 'tunnelbroker-message' is not available
```
Checked the AWS console and it looks like the messages table name is `tunnelbroker-messages` instead of `tunnelbroker-message`?
**Update:**
Following our code convention about database names, fix dynamoDB table names to plural.
Linear task: [[ https://linear.app/comm/issue/ENG-1091/make-tunnelbroker-database-names-plural | ENG-1091 ]]
**Landing procedure:**
After landing, the running service in the AWS cloud needs to be restarted/updated using the newly built docker image.
The old tables must be removed from the AWS DynamoDB before the new container will be restarted.