FakeSES

class FakeSES(val messagesBySender: Storage<List<EmailMessage>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1")) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(messagesBySender: Storage<List<EmailMessage>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1"))

Properties

Link copied to clipboard

Functions

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