An AWS Lambda function which reports exceptions to the ⚡ Honeybadger.io error notifier for Node.js.
Before starting, install the required node packages (these are vendored during
the build process): npm install
.
Then, to build a zip file for Lambda, run make build
. After that just create a
new function and chose the "Upload a .ZIP file" option along with the following
config:
- Runtime: NodeJS
- Handler: index.handler
- Role: Basic Execution Role
- Memory: 128mb
- Timeout: 3
Create an issue on honeybadger-io/honeybadger-node or email support@honeybadger.io.
make