Coder Social home page Coder Social logo

carlovsk / serverless-offline-multi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isitgeorge/serverless-offline-multi

0.0 0.0 0.0 59 KB

A wrapper for serverless-offline that allows multiple instances to be ran concurrently with watch functionality.

License: MIT License

JavaScript 100.00%

serverless-offline-multi's Introduction

serverless-offline-multi

A wrapper for serverless-offline that allows multiple instances to be ran concurrently with watch functionality. This is achieved using concurrently and nodemon.

Prerequisites

You'll need serverless installed globally, and serverless-offline installed into your project before running this wrapper.

Install

npm install -g serverless-offline-multi

Usage

There are four parameters that are passed to the wrapper. For each service, three parameters, directory,port and watch which specify the relative directory, the port number that you wish for the serverless-offline process to listen on, and a true or false value specifying whether you want nodemon to watch for changes and restart the service upon detecting a change, respectively.

The fourth and only optional parameter is stage, which should only be specified once. If not specified, its default value is dev.

serverless-offline-multi --directory service-mailing --port 3001 --watch true --stage dev

These parameters can be repeated (in triples) for multiple services, as follows:

serverless-offline-multi --directory service-mailing --port 3001 --watch true --directory service-account --port 3002 --watch false --stage test

HTTP Port & Lambda Port

  • By default, httpPort is always the same as http.
  • lambdaPort is always httpPort/http + 1000. Example, running with --port 3004 will result in: http: 3004, httpPort: 3004 and lambdaPort: 4004 (port + 1000 to avoid conflict)

Contributing

Contributions are very welcome, and I will gladly merge in features/bug fixes.

License

MIT

serverless-offline-multi's People

Contributors

isitgeorge avatar iamdavidmartin avatar rodrigopasc avatar

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.