Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
/ sqs-localhost Public archive

SQS interface via elasticmq locally (inspired by dynamodb-localhost)

License

electblake/sqs-localhost

Repository files navigation

SQS Localhost

Usage

npm install sqs-localhost
const SQSLocal = require('sqs-localhost')

const sqs = new SQSLocal()
await sqs.launch()
sqs.stop()

TypeScript

import SQSLocal from 'sqs-localhost'

Advanced

const SQSLocal = require('sqs-localhost')

const sqs = new SQSLocal({
    verbose: true,
    installPath: '.sqs',
    configFile: './path/to/custom.conf'
})

await sqs.install()

const process = sqs.launch()

console.log('pid', process.pid)

process.kill('SIGKILL')

Development

npm install
npm run build
npm run watch
npm run test -- --watch

About

SQS interface via elasticmq locally (inspired by dynamodb-localhost)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •