Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

A Node template for AWS Lamda which reports errors to Honeybadger.io

Notifications You must be signed in to change notification settings

honeybadger-io/honeybadger-lambda-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda/Node/Honeybadger template

An AWS Lambda function which reports exceptions to the ⚡ Honeybadger.io error notifier for Node.js.

Lambda setup

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

Support

Create an issue on honeybadger-io/honeybadger-node or email support@honeybadger.io.

Running the tests

make

About

A Node template for AWS Lamda which reports errors to Honeybadger.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •