This example showcases how to set and use Simple Notification Services.
Create a local.env
following the contents of example.env
file in the example's root directory, and fill it with the AWS credentials.
npm install
npm run deploy
This action will create resources on the given AWS account.
npm run destroy
This action will delete all the previously created resources on the given AWS account.
MIT License