serverless-toolbox
v1.0.0
Published
Serverless Toolbox - a collection of functionality for building serverless solutions on AWS using the v3 SDK
Downloads
3
Maintainers
Readme
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-toolboxyarn:
yarn add serverless-toolboxFunctions
SSM
getParameter(name: string): Promise<string>
getEncryptedParameter(name: string): Promise<string>Tests
Tests are executed via Jest.
npm run testContact
Twitter - @cbschuld
Contributing
Yes, thank you! Please update the docs and tests and add your name to the package.json file.
