AWS SQS NodeJS示例
在EC2 Ubuntu实例上,按照以下说明进行操作。 本教程将帮助您使用NodeJS设置AWS开发工具包。 如果你有任何疑问,请联系我!
sudo su
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoremove -y
apt-get install nodejs npm git -y
ln -s /usr/bin/nodejs /usr/bin/node
git clone https://github.com/andrewpuch/aws-sqs-node-js-examples.git
cd aws-sqs-node-js-examples
npm install
cp config-sample.json config.json
注意:在这里,您将要使
1