An AWS serverless util library for node.js

Install

NPM

npm install serverless-node-utils

Yarn

yarn add serverless-node-utils

Usage

const utils = require('serverless-node-utils');

Then you could use the methods exported in src/index.js

Check Usages