serverless-toolbox
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Serverless Toolbox 🧰

A lightweight library full of useful functions for your Serverless projects (AWS).

Installation

The recommended way to install the anticipated.io SDK is through npm or Yarn. The library is exposed as CommonJS and ESM.

npm:

npm install serverless-toolbox

yarn:

yarn add serverless-toolbox

Functions

SSM

getParameter(name: string): Promise<string>
getEncryptedParameter(name: string): Promise<string>

Tests

Tests are executed via Jest.

npm run test

Contact

Twitter - @cbschuld

Contributing

Yes, thank you! Please update the docs and tests and add your name to the package.json file.

Package Sidebar

Install

npm i serverless-toolbox

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.83 kB

Total Files

10

Last publish

Collaborators

  • cbschuld