Packages · @purista/aws-config-store
@purista/aws-config-store
AWS Systems Manager Parameter Store adapter for PURISTA config values.
Signature
@purista/aws-config-store Examples
const store = new AWSConfigStore({
client: { region: 'eu-central-1' },
cacheTtl: 60_000,
})
await store.setConfig('/tenants/acme/prod/app/theme', 'dark')
const config = await store.getConfig('/tenants/acme/prod/app/theme') Classes
1 entry
AWSConfigStore
Classes
class AWSConfigStore Config store backed by AWS Systems Manager Parameter Store.
Type Aliases
1 entry
AWSConfigStoreConfig
Types
type AWSConfigStoreConfig = void AWS Systems Manager Parameter Store configuration.
Variables
1 entry
puristaVersion
Variables
const puristaVersion: "3.0.1" The PURISTA package version embedded in the published runtime build.