Coder Social home page Coder Social logo

Comments (5)

phanorcoll avatar phanorcoll commented on July 23, 2024 2

guys we need this up, I want to see an example of a docker-compose and queue configuration. Thanks

from serverless-plugins.

asbeane avatar asbeane commented on July 23, 2024

Upvote this! Trying to use the serverless-offline-sqs plugin.

from serverless-plugins.

asbeane avatar asbeane commented on July 23, 2024

Hi all - I found the file in an old PR - it looks like it was removed.

version: "3"	
services:	
  sqs:	
    image: s12v/elasticmq:latest	
    ports:	
      - "9324:9324"	
  sqs-create:	
    image: infrastructureascode/aws-cli:latest	
    links:	
      - sqs	
    entrypoint: sh	
    volumes:	
      - ./:/project	
      - ./create-queues.sh:/project/create-queues.sh:ro	
    environment:	
      - AWS_ACCESS_KEY_ID=local	
      - AWS_SECRET_ACCESS_KEY=local	
      - AWS_DEFAULT_REGION=eu-west-1	
      - AWS_ENDPOINT_URL=http://sqs:9324	
    command: " ./create-queues.sh" 
``

from serverless-plugins.

AdrieanKhisbe avatar AdrieanKhisbe commented on July 23, 2024

All integrations tests have been moved in same folder.
But we forgot to update the links. Fix incoming

from serverless-plugins.

AdrieanKhisbe avatar AdrieanKhisbe commented on July 23, 2024

Published {sqs,kinesis,dynamodb-streams}@3.0.1

from serverless-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.