Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceddybi/newrelic-lambda
A small utility to instrument a lambda with NewRelic
https://github.com/ceddybi/newrelic-lambda
Last synced: about 1 month ago
JSON representation
A small utility to instrument a lambda with NewRelic
- Host: GitHub
- URL: https://github.com/ceddybi/newrelic-lambda
- Owner: ceddybi
- License: mit
- Created: 2019-10-21T20:38:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T01:39:55.000Z (over 2 years ago)
- Last Synced: 2024-10-05T00:36:36.759Z (about 1 month ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`