Debugging AWS Lambda functions in production can be challenging due to insufficient logging. Temporarily enabling logging without redeploying is possible using a Lambda extension that supports Node.js. This extension, originating from tools like Lambda Live Debugger and ServerlessSpy, allows critical logging with minimal impact

4m read timeFrom serverlesslife.com
Post cover image
Table of contents
The Challenge of Debugging AWS Lambda in ProductionBuilding the ExtensionHow to Use the ExtensionImportant ConsiderationsConclusion

Sort: