aws serverless tiny framework
NPM https://docs.npmjs.com/getting-started/publishing-npm-packages
to update: 1- Check if your npm user is correct: $ npm whoami Note: The result can be 'bln'
2- Go to package.json and change the version, after that run:
$ npm version patch ; git push --tags; npm publish Note: The publish has a delay as 10 min.