isitgeorge / serverless-offline-multi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing Serverless Offline flags from the wrapper

vethencourt opened this issue · comments

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.

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.