If you have are using lambdaPort that differs from the default 3002 value then it will error out with the following error message ``` INVOKE ERR UnknownEndpoint: Inaccessible host: `localhost' at port `3002'. This service may not be available in the `us-east-1' region. ``` It is caused by this line [here](https://github.com/lukevers/serverless-offline-msk/blob/f1bbb4c17262d6d996749444370e2c7f0078c37c/src/index.ts#L96-L103) Perhaps it should get this value dynamically?