3.0.0 • Published 3 months ago

@sailplane/state-storage v3.0.0

Weekly downloads
33
License
Apache-2.0
Repository
github
Last release
3 months ago

@sailplane/state-storage - Serverless state and configuration storage

What?

StateStorage is a simple wrapper for SSM getParameter and putParameter functions, abstracting it into a contextual storage of small JSON objects.

This is part of the sailplane library of utilities for AWS Serverless in Node.js.

Why?

The AWS Parameter Store (SSM) was originally designed as a place to store configuration. It turns out that it is also a pretty handy place for storing small bits of state information in between serverless executions.

Why use this instead of AWS SSM API directly?

  • Simple Promise or async syntax
  • Automatic object serialization/deserialization
  • Logging
  • Consistent naming convention

How?

See the doc site for usage and examples.

3.0.0

3 months ago

2.0.1

2 years ago

2.0.0

3 years ago

2.0.0-beta.0

3 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago