erezrokah/serverless-monorepo-app

Is it possible to start all lambdas locally with single command?

codingmaven opened this issue · 2 comments

Is it possible to start all lambdas locally with single command?

Hey @codingmaven and sorry for the late reply.
What do you mean by start locally?

Start as run the lambdas locally as described here:
https://serverless.com/framework/docs/providers/aws/cli-reference/invoke-local/

Or start as run the deployed lambdas using a local command like this code:

const result = await invoke(region, 'db-service-dev-create', {

Or maybe you mean just deploying all lambdas?

What is it that you're trying to achieve?

Closing due to inactivity