FakeEventBridge

class FakeEventBridge(val events: Storage<List<Event>> = Storage.InMemory()) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(events: Storage<List<Event>> = Storage.InMemory())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Convenience function to get a EventBridge client

Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard