/** * The module "sqs" for the Backstage backend plugin "events" * adding an AWS SQS-based publisher, * receiving events from an AWS SQS queue and passing it to the * internal event broker. * * @packageDocumentation */ export { AwsSqsConsumingEventPublisher } from './publisher/AwsSqsConsumingEventPublisher';