Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wjsc/aws-sns-sqs

AWS SNS & AWS SQS Examples
https://github.com/wjsc/aws-sns-sqs

Last synced: about 2 months ago
JSON representation

AWS SNS & AWS SQS Examples

Awesome Lists containing this project

README

        

```
chmod 0600 instance-key-par.pem
rm -Rf aws-sns-pubsub/node_modules/
rm build.tar.gz
tar -czvf build.tar.gz aws-sns-pubsub
scp -i instance-key-par.pem build.tar.gz [email protected]:~/
scp -i instance-key-par.pem ./credentials.json [email protected]:~/
ssh -i instance-key-par.pem [email protected]
tar -xzvf build.tar.gz
rm build.tar.gz
cd aws-sns-pubsub/
sudo su
npm install
node subscriber.js
```

curl -XGET http://ec2-54-235-238-92.compute-1.amazonaws.com/subscribe
```
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install 10.16.0
```