integration

package
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package integration wires cross-service integrations within cloudmock.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WireIntegrations

func WireIntegrations(bus *eventbus.Bus, registry *routing.Registry, accountID, region string)

WireIntegrations subscribes to event bus events and routes them to target services via the registry. This wires up:

  • S3 events → SQS (based on event bus subscriptions)

Types

type SQSEnqueuer

type SQSEnqueuer interface {
	EnqueueDirect(queueName, messageBody string) bool
}

SQSEnqueuer is implemented by the SQS service for direct message delivery.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL