Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wjsc/aws-sns-sqs
- Owner: wjsc
- Created: 2019-06-21T19:08:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:49:12.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:26:29.221Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```