Package-level declarations
Types
Link copied to clipboard
class FakeSQS(queues: Storage<List<SQSMessage>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1")) : ChaoticHttpHandler
Link copied to clipboard
From the AWS SDK
Functions
Link copied to clipboard
fun AwsRestJsonFake.createQueue(queues: Storage<List<SQSMessage>>, awsAccount: AwsAccount): RoutingHttpHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun AwsRestJsonFake.listQueues(region: Region, account: AwsAccount, queues: Storage<List<SQSMessage>>): RoutingHttpHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard