Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 391 Bytes

File metadata and controls

21 lines (14 loc) · 391 Bytes

tracer

Usage

npm run test

npm run example:hello-world
npm run example:capture-lambda-handler-response-decorator
npm run example:capture-lambda-handler-error-decorator

Getting started

// Import the library
import { Tracer } from "../src";
// When going public, it will be something like: import { Tracer } from '@aws-lambda-powertools/tracer';