[Serverless] AWS - Invoke Local
AWS - Invoke Local This runs your code locally by emulating the AWS Lambda environment. Please keep in mind, it's not a 100% perfect emulation, there may be some differences, but it works for the vast majority of users. We mock the context with simple mock data. Copied serverless invoke local --function functionName serverless invoke local --function functionName Note: Please refer to this guide..