https://github.com/iopipe/v8-profiler-lambda
AWS Lambda Wrapper for v8-profiler
https://github.com/iopipe/v8-profiler-lambda
aws aws-lambda lambda nodejs performance profiling serverless v8-profiler
Last synced: 5 months ago
JSON representation
AWS Lambda Wrapper for v8-profiler
- Host: GitHub
- URL: https://github.com/iopipe/v8-profiler-lambda
- Owner: iopipe
- License: apache-2.0
- Created: 2017-10-23T15:57:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T01:02:13.000Z (over 7 years ago)
- Last Synced: 2024-04-09T22:03:30.421Z (about 1 year ago)
- Topics: aws, aws-lambda, lambda, nodejs, performance, profiling, serverless, v8-profiler
- Language: JavaScript
- Homepage: https://www.iopipe.com
- Size: 20.5 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v8-profiler-lambda
## Description
Wrapper library for [v8-profiler](https://github.com/node-inspector/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](https://github.com/iopipe/iopipe-plugin-profiler).## Installation
### NPM
`npm install -s iopipe/v8-profiler-lambda`
### Yarn
`yarn add iopipe/v8-profiler-lambda`
## Usage
Require module:
`var v8profiler = require('v8-profiler-lambda')`
Refer to the documentation for [v8-profiler](https://github.com/node-inspector/v8-profiler).
## Authors
- Pam Selle
- Erica Windisch## Copyright
2017 IOpipe