Skip to content

A very basic demonstration of using localstack to simulate SQS

Notifications You must be signed in to change notification settings

patrickdavey/localstack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localstack Example

A very basic demonstration of using localstack to simulate SQS.

Usage

Start SQS on localstack:

$ docker-compose start

Emit a test message using Ruby:

$ ruby producer.rb

Use the AWS CLI to pull the message from the queue:

bin/awslocal sqs receive-message --queue-url http://localhost:4566/000000000000/example-events-queue

About

A very basic demonstration of using localstack to simulate SQS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 50.8%
  • Shell 49.2%