You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a possible way to run all these 3 stacks usins serverless-offline? When I start the first project, it assume port 3002 and as soon as I try start another service (user or post) I am not able due to port 3002 is already in use.
My question is how to develop & test the solution without deploying it to AWS?
The text was updated successfully, but these errors were encountered:
Yes this should be possible. serverless-offline allows you to configure the port, so if you wanted to start all three at once, you'd just configure them on separate ports.
Hope this helps.
On Fri, Sep 11, 2020, at 7:29 AM, Daniel Abib wrote:
Is there a possible way to run all these 3 stacks usins serverless-offline? When I start the first project, it assume port 3002 and as soon as I try start another service (user or post) I am not able due to port 3002 is already in use.
My question is how to develop & test the solution without deploying it to AWS?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#7>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACXLO57MNZ4ERZBK6ZTTBCTSFFAMPANCNFSM4RF5DS4A>.
Is there a possible way to run all these 3 stacks usins serverless-offline? When I start the first project, it assume port 3002 and as soon as I try start another service (user or post) I am not able due to port 3002 is already in use.
My question is how to develop & test the solution without deploying it to AWS?
The text was updated successfully, but these errors were encountered: