Skip to content

Docker build for running a local moto SQS server without actually hitting AWS.

Notifications You must be signed in to change notification settings

serivt/moto-sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Moto Server SQS

Docker build for running a local moto SQS server, this is useful for doing local integration testing of clients that use AWS Simple Queue Service without actually hitting AWS.

Usage

Start a local service:

docker run -it --rm -p 4576:4576 serivt/moto-sqs

Using it in docker-compose:

version: '3.6'
services:
  sqs:
    image: servit/moto-sqs:latest
    ports:
      - "4576:4576"

About

Docker build for running a local moto SQS server without actually hitting AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published