Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Hello: AWS SNS Topic

This example showcases how to set and use SNS topics.

Getting started

Create a local.env following the contents of example.env file in the example's root directory, and fill it with the AWS credentials.

Install

npm install

Test

npm test

Emulate

npm run serve

This action will run a local version of the project.

Deploy

npm run deploy

This action will create resources on the given AWS account.

Destroy

npm run destroy

This action will delete all the previously created resources on the given AWS account.

License

MIT License