isitgeorge / serverless-offline-multi

A wrapper for serverless-offline that allows multiple instances to be ran concurrently with watch functionality.
MIT License
8 stars 16 forks source link

Passing Serverless Offline flags from the wrapper #14

Open vethencourt opened 3 years ago

vethencourt commented 3 years ago

I would like to start multiple services as if I'm running serverless offline start -s prod is there a way to call this wrapper passing those options? Thanks.

isitgeorge commented 3 years ago

I can certainly look at adding support for additional parameters. What does the -s flag represent in your example? I couldn't find it in the serverless offline documentation.