FakeCloudWatch

class FakeCloudWatch(alarms: Storage<Alarm> = Storage.InMemory(), metrics: Storage<MutableList<MetricDatum>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1")) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(alarms: Storage<Alarm> = Storage.InMemory(), metrics: Storage<MutableList<MetricDatum>> = Storage.InMemory(), awsAccount: AwsAccount = AwsAccount.of("1234567890"), region: Region = Region.of("ldn-north-1"))

Functions

Link copied to clipboard
Link copied to clipboard

Convenience function to get a CloudWatch client

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