You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to output CDK- or Terraform-compatible artifacts to ease production deployments when using desired-state deployment styles, such as Cloud Formation.
To fully automate the generation of artifacts, it's important to remember that some of the required information, such as whether the outbox is enabled or not, is only known by NServiceBus Core.
An initial valuable step could be providing a separate package allowing users to declare their infrastructure's desired state manually. For a more comprehensive example, see Particular/NServiceBus.AmazonSQS#2597