All Projects β†’ vsouza β†’ Docker Sqs Local

vsouza / Docker Sqs Local

Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.

Projects that are alternatives of or similar to Docker Sqs Local

Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-77.72%)
Mutual labels:  aws, docker-machine
Opencspm
Open Cloud Security Posture Management Engine
Stars: ✭ 191 (-1.04%)
Mutual labels:  aws
Cloudskew
Create free cloud architecture diagrams
Stars: ✭ 183 (-5.18%)
Mutual labels:  aws
Aq
Query AWS resources with SQL
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Docker Machine Vultr
Ⓜ️ Docker Machine driver for Vultr Cloud
Stars: ✭ 185 (-4.15%)
Mutual labels:  docker-machine
Cgx
πŸ’»πŸ”₯CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Components
The Serverless Framework's new infrastructure provisioning technology β€” Build, compose, & deploy serverless apps in seconds...
Stars: ✭ 2,259 (+1070.47%)
Mutual labels:  aws
Gossm
πŸ’»Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager
Stars: ✭ 192 (-0.52%)
Mutual labels:  aws
Aws Cf Templates
A cloudonaut.io project. Engineered by widdix.
Stars: ✭ 2,399 (+1143.01%)
Mutual labels:  aws
Aws Lambda Fastify
Insipired by aws-serverless-express to work with Fastify with inject functionality.
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Aws Recipes
A number of Recipes for AWS
Stars: ✭ 189 (-2.07%)
Mutual labels:  aws
Machine Controller Manager
Declarative way of managing machines for Kubernetes cluster
Stars: ✭ 186 (-3.63%)
Mutual labels:  aws
Aws Iam Generator
Generate Multi-Account IAM users/groups/roles/policies from a simple YAML configuration file and Jinja2 templates.
Stars: ✭ 191 (-1.04%)
Mutual labels:  aws
Realworld Dynamodb Lambda
Ξ» serverless backend implementation for RealWorld using AWS DynamoDB + Lambda
Stars: ✭ 185 (-4.15%)
Mutual labels:  aws
Aws Auto Remediate
Open source application to instantly remediate common security issues through the use of AWS Config
Stars: ✭ 191 (-1.04%)
Mutual labels:  aws
Awesome Eks
A curated list of awesome tools for Amazon EKS 🌊
Stars: ✭ 183 (-5.18%)
Mutual labels:  aws
Lambda The Cli Way
AWS Lambda using CLI, an introductory cookbook
Stars: ✭ 188 (-2.59%)
Mutual labels:  aws
Terraform Aws Lambda
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Aws Rough
γ–γ£γγ‚ŠAWS
Stars: ✭ 193 (+0%)
Mutual labels:  aws
Firectl
firectl is a command-line tool to run Firecracker microVMs
Stars: ✭ 192 (-0.52%)
Mutual labels:  aws

Docker Amazon SQS

Docker Pulls FOSSA Status

Build for Amazon Simple Queue Service (Amazon SQS) local.

What's SQS

Amazon Simple Queue Service (Amazon SQS) offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. Amazon SQS is a distributed queue system that enables web service applications to quickly and reliably queue messages that one component in the application generates to be consumed by another component. A queue is a temporary repository for messages that are awaiting processing.

AWS SQS Docs

What it uses

to start your local SQS, run:

docker run -d -p 9324:9324 vsouza/sqs-local

{{docker_ip}}:9324

License

MIT License Β© Vinicius Souza

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].