Daniel McDonald

Results 2 issues of Daniel McDonald

While trying to run the [sqs-sub pubsub example](https://github.com/NYTimes/gizmo/tree/master/examples/pubsub), I keep encountering this error: > InvalidAddress: The address https://sqs.us-east-1.amazonaws.com/ is not valid for this endpoint. status code: 404, request id: 14c12121-5d1c-5583-a35d-73d68936cbf6dmcdonald@dmcdonald-mbp15:~/go/src/dmcdonald/pubsubspike/...

I see there's a `customListComponent` that will allow you to override the default implementation of how it renders and behaves, but this is a really heavyweight option if all I...