This example showcases how to set and use SNS topics.
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 installnpm testnpm run serveThis action will run a local version of the project.
npm run deployThis action will create resources on the given AWS account.
npm run destroyThis action will delete all the previously created resources on the given AWS account.
MIT License