An AWS serverless util library for node.js
NPM
npm install serverless-node-utils
Yarn
yarn add serverless-node-utils
const utils = require('serverless-node-utils');
Then you could use the methods exported in src/index.js
- Logging
- AWS
- TODO...
An AWS serverless util library for node.js
NPM
npm install serverless-node-utils
Yarn
yarn add serverless-node-utils
const utils = require('serverless-node-utils');
Then you could use the methods exported in src/index.js