sh npm.sh npm install
To run the consumer run the following commands
docker-compose pull
docker-compose build --force-rm --pull
docker-compose up
docker-compose run --rm my-sqs-consumer npm run write -- '{"first_name":"Dani","last_name":"marques","love_to":"programming"}'