Developing locally with Serverless Offline
sls.zone › pages › learnsls offline start To stop the local debugging, just hit (ctrl+c). Once you are happy with the local debugging, you can deploy your code to AWS. sls deploy -v Debugging. Serverless offline plugin will respond to the overall framework settings and output additional information to the console in debug mode.
Serverless Debugging Guide - Lumigo
lumigo.io › debugging-aws-lambda-serverlessdebugging serverless offline with aws serverless application model (sam) Running and debugging an application in local is a critical part of software development. Understanding that, AWS and the open-source community have come up with several tools that enable developers to run and debug Lambda functions and serverless workflow in local.