Skip to content

verifynpm/lambda-get-package

Repository files navigation

travis

lambda-get-package

Lambda function for getting package version info

How to:

Build this project

  1. Build the code: npm run build

Create and run tests

  1. Add tests by creating files with the .tests.ts suffix
  2. Run the tests: npm t
  3. Test coverage can be viewed at /coverage/lcov-report/index.html

Deploy to Production

  1. Create a tag prefixed with "prod-": npm tag prod-###
  2. Push tag to Github: npm push origin prod-###

About

Lambda function for getting package version info

Resources

License

Stars

Watchers

Forks

Packages

No packages published