1.0.4 • Published 2 months ago

@intellihr/serverless-node-utils v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
2 months ago

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