I am developing a node.js project plannig to run on AWS and use Amazon SQS. I am setting up a local development environment using elasticMQ. (https://github.com/adamw/elasticmq) It's cool that the binary is also available through npm.
Is it possible to use AWS SDK for Javascript to make calls to the local sqs-like process? Or must I go via REST interface? Can someone share a code sample for initializing calls to elasticmq?
Many thanks!
OK I found it: ) posting here as it may help someone: