JSPM

  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q51250F
  • License bsd-2-clause

A command line tool to test AWS Lambda handler local

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lambda-handler-tester) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    lambda-handler-tester

    npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

    My awesome command-line tool

    Install

    npm install lambda-handler-tester

    Usage

    Usage: lambda-handler-tester [options]
    
    Options:
      -V, --version         output the version number
      -h, --handler [PATH]  path to request handler
      -e, --event [PATH]    path to an json file with a valid event
      -p, --path [PATH]     path to request (default: "/")
      -d, --debug           enables verbose logging (default: false)
      --help                display help for command
    
    Examples:
    
      $ my-command --version
      1.0.0