- AWS
- S3 upload
- Salesforce
- Process outbound messages
- Google Pub/Sub module
- Send, receive and verify Google Pub/Sub messages (messages are by default encrypted)
Each module is self published under @erento
scope.
To avoid publishing unfinished and untested package please follow this approach:
- Go to specific module you want to work with
- Run
npm run build
- Run
npm pack
- Go to you project where you want to use this module and install it in the following way:
npm i ../PATH_TO_THE_MODULE/MODULE_NAME-X.X.X.tgz