[Apple's new AirPlay functionality](https://developer.apple.com/forums/thread/682332) hogs port 5000 which breaks the [hardcoded endpoint URL](https://github.com/architect/functions-ruby/blob/main/lib/architect/tables.rb#L14) for DynamoDB Local. It's silly Apple is using such a popular port, but we should perhaps allow for a configurable port? I also believe the current port for tables in Architect v10 is on 5555, so regardless the port needs to change.
Apple's new AirPlay functionality hogs port 5000 which breaks the hardcoded endpoint URL for DynamoDB Local.
It's silly Apple is using such a popular port, but we should perhaps allow for a configurable port?
I also believe the current port for tables in Architect v10 is on 5555, so regardless the port needs to change.