@sunami/logger
v0.1.1
Published
A package used for logging in all Sunami LLC related projects that are deployed on AWS Lambda.
Downloads
4
Readme
@sunami/logger
A package used for logging in all Sunami LLC related projects that are deployed on AWS Lambda.
Installation
Run: npm i -S @sunami/logger
Publishing
First, bump the version with, one of these commands:
npm version patch
npm version minor
npm version major
Then build the code, with: npm run build
Lastly, publish with: npm publish
NOTE: You need to be logged into NPM and have access to the Sunami organization.