Wrapper library for v8-profiler with AWS Lambda compatible binaries.
This module forces the installation of the binaries necessary for running v8-profiler on Lambda, in addition to the binaries matching the machine running the node package manager.
WARNING - This module does not provide a fully-integrated profiling experience for Lambda. This is an advanced-use, low-level library for building profiling tools. For the full experience, check out the IOpipe AWS Lambda profiling plugin.
npm install -s iopipe/v8-profiler-lambda
yarn add iopipe/v8-profiler-lambda
Require module:
var v8profiler = require('v8-profiler-lambda')
Refer to the documentation for v8-profiler.
- Pam Selle
- Erica Windisch
2017 IOpipe