xlambda

1.0.0 • Public • Published

xlambda

Run NodeJS lambdas locally, with minimum configuration. Supports both JavaScript and TypeScript files.

Installation

npm i xlambda

Configuration

Create a file named .xlambdarc.json in the root of your project, such as:

{
  "file": "src/my-handler.ts",
  "path": "/my-handler/with/:custom/params",
  "port": 3000
}

Usage

Once the .xlambdarc.json file is configured, you can run:

npx xlambda

Readme

Keywords

Package Sidebar

Install

npm i xlambda

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

45.2 kB

Total Files

14

Last publish

Collaborators

  • asynched