Local SQS
Develop and test your server with In-memory AWS SQS!
You can use the following command to get started with localsqs docker image
docker run --rm -it -p 4413:4413 greatsumini/localsqsYou can also use the docker-compose.yml like this example
services:
localsqs:
container_name: localsqs
image: greatsumini/localsqs:0.2.0
ports:
- '4413:4413'run docker compose up and Compose will start
# clone this repository
git clone https://github.com/DEV-MUGLES/localsqs.git
cd localsqs
# install dependencies
npm install
# run on localhost:4413
npm run dev- SendMessage
- SendMessageBatch
- ReceiveMessage
- DeleteMessage
- DeleteMessageBatch
- PurgeQueue
- CreateQueue
- DeleteQueue
- ListQueues
- PurgeQueue