FakeScheduler

class FakeScheduler(scheduleGroups: Storage<ScheduleGroup> = Storage.InMemory(), schedules: Storage<Schedule> = Storage.InMemory(), clock: Clock = Clock.systemUTC(), region: Region = Region.US_EAST_1, account: AwsAccount = AwsAccount.of("1")) : ChaoticHttpHandler(source)

Constructors

Link copied to clipboard
constructor(scheduleGroups: Storage<ScheduleGroup> = Storage.InMemory(), schedules: Storage<Schedule> = Storage.InMemory(), clock: Clock = Clock.systemUTC(), region: Region = Region.US_EAST_1, account: AwsAccount = AwsAccount.of("1"))

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