A lightweight library full of useful functions for your Serverless projects (AWS).
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
getParameter(name: string): Promise<string>
getEncryptedParameter(name: string): Promise<string>
Tests are executed via Jest.
npm run test
Twitter - @cbschuld
Yes, thank you! Please update the docs and tests and add your name to the package.json file.