I’m using NServiceBus SQS Transport 5.7 to publish events, but topics are not created. There are no exceptions in the applications and localstack api is hit with AWS sns.ListTopics => 200 requests, but events are not published. They were publishing successfully to RabbitMQ before.
Here Topology • Amazon SQS Transport • Particular Docs it’s stated that subscribing endpoints create infrastructure, is this true? How am I supposed to create it if consumers do not use NServiceBus? I cannot run arbitrary shell scripts, but can use terraform. But then how do I know which resources NServiceBus expects to be present?