Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 355 Bytes

serverless-rollbar-example

An example repository showing how to utilise a winston logger transport to escalate logs to Rollbar.

export ROLLBAR_SERVER_ACCESS_TOKEN=<your_access_token here>
git clone [email protected]:GorillaStack/serverless-rollbar-example.git
npm install
sls deploy
sls invoke -f happyEndpoint
sls invoke -f unhappyEndpoint