Skip to content

stefancosquer/lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda

Minimalist lambda function server base on express.

Description

It will watch and load .js files in ./api folder.

Lambda functions are similar to express.js middlewares.

Example:

module.exports = (req, res) => {
  res.status(200).send('Hello world');
}

Installation

$ npm i

Running

To start the lambda function server:

$ npm start

It can also be run using npx:

$ npx git+ssh://github.com:stefancosquer/lambda.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages