Create a serverless project


Keywords
serverless, sls, mbanq, aws, aws-lambda, node, nodejs
License
MIT
Install
npm install funda@0.0.17

Documentation

funda npm version

Installation

You can either run funda with npx:

npx funda

or you can install funda globally

npm i -g funda

Usage

Runing funda creates a project for your future λ function.

It has a certain project structure and uses certain libraries.

Created λ function depends on following packages:

Once your project is created you can cd into the newly created folder and run npm start to run your λ function locally.

Running npm test will run your tests with jest