JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 48
  • Score
    100M100P100Q66874F
  • License MIT

Framework to create web apps in AWS Lambda

Package Exports

  • lambda-framework

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-framework) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Lambda Framework

CII Best Practices Coverage Status Build Status npm version

A framework to create serverless web applications in AWS Lambda. It is based on Express Framework.

Features

  • Configurable
  • HTTP requests routing
  • Other events requests routing
  • HTTP helpers (redirection, etc)
  • Error handling
  • Extensible with modules files as response and save it from request

How to use it?

TODO

Contributions

For more info about contributing you can read this.