1.0.1 • Published 2 years ago
sns-emitter v1.0.1

SNS Emitter
CLI developed in Nodejs to emit SNS offline events.
Serverless applications that use AWS SNS service and need to be debugged at development time can benefit from this library.
Requirements:
- Nodejs >= 14
Setup
Install via npm:
npm install -g sns-emitterRunning the CLI
npx sns-emitterYou will see something like:

All done! Now just choose to browse the options and voilà.
Roadmap
- Writing unit tests
- Package library (esbuild)
Contribute
Help us to make this CLI better.
- Clone this repo
- Install the dependencies with
npm install - Create a feature branch
git checkout -b new_feature - Update
CHANGELOGand create an PR
Thanks!