@vuga/newrelic-lambda

A small utility to instrument a lambda with NewRelic

Usage no npm install needed!

<script type="module">
  import vugaNewrelicLambda from 'https://cdn.skypack.dev/@vuga/newrelic-lambda';
</script>

README

TypeScript NPM module boilerplate

This is a small boilerplate to create and publish an npm package, using Typescript.

  • To build run yarn build
  • To test run yarn test
  • Lint run yarn lint