| Interface | Description |
|---|---|
| SimpleParameterService |
A class that provides basic interaction with a service that supplies secrets.
The interface is decoupled, but this is intended to for use with AWS ParameterStore
|
| SimpleSecretsService |
A class that provides basic interaction with a service that supplies secrets.
The interface is decoupled, but this is intended to for use with AWS SecretsManager
|
| Class | Description |
|---|---|
| DefaultParameterService |
The most basic interactions possible for getting params from AWS ParameterStore
|
| DefaultSecretsService |
The most basic interactions possible for getting secrets from AWS SecretsManager
|