0.1.11 • Published 9 months ago

lambda-web-server v0.1.11

Weekly downloads
7
License
MIT
Repository
github
Last release
9 months ago

lambda-web-server

Local development tool for AWS Lambda.

Usage

npx lambda-web-server --code path/to/lambda --open

The index.js file in the path/to/lambda directory is invoked as the lambda function.

If the index.ts file exists, use it prefer of the index.js. In this case, ts-node and typescript are required.

Options

Options:
  --code          A path of a Lambda function             [string] [default: "."]
  --handler       Names of a module and a function
                                              [string] [default: "index.handler"]
  --open          Open automatically                                    [boolean]
  --port, -p      Listen port                                            [number]
  --project, -P   A path of tsconfig.json                                [string]
  --preprocessor  A path of a preprocessor module                        [string]
  --verbose, -v   Verbose mode                         [boolean] [default: false]
  --version       Show version number                                   [boolean]
  --help          Show help                                             [boolean]

License

MIT

0.1.11

9 months ago

0.1.10

12 months ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago