FakeSQS
class FakeSQS(queues: Storage<List<SQSMessage>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1"), deduplication: Storage<DeduplicationRecord> = Storage.InMemory(), queueConfig: Storage<QueueConfig> = Storage.InMemory(), clock: Clock = Clock.systemUTC()) : ChaoticHttpHandler(source)
Constructors
Link copied to clipboard
constructor(queues: Storage<List<SQSMessage>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1"), deduplication: Storage<DeduplicationRecord> = Storage.InMemory(), queueConfig: Storage<QueueConfig> = Storage.InMemory(), clock: Clock = Clock.systemUTC())