MinimalAwsSdkWrapper

com.gu.play.secretrotation.aws.parameterstore.MinimalAwsSdkWrapper

This is the minimal functionality we need from AWS SSM ParameterStore, acting as a veneer hiding the differences between v1 & v2 of the AWS SDK for Java, so that we can support both versions of the AWS SDK simultaneously.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fetchValues(parameters: Seq[String]): Iterable[ParameterValue]