FakeEvidently

class FakeEvidently(projects: Storage<StoredProject> = Storage.InMemory(), features: Storage<StoredFeature> = Storage.InMemory(), clock: Clock = Clock.systemUTC(), region: Region = Region.US_EAST_1, account: AwsAccount = AwsAccount.of("1")) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(projects: Storage<StoredProject> = Storage.InMemory(), features: Storage<StoredFeature> = 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 KMS client

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