Package Exports
- @midwayjs/faas
- @midwayjs/faas/dist/index.js
- @midwayjs/faas/package.json
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 (@midwayjs/faas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Midway FaaS

Midway FaaS is the Serverless framework used to build Node.js cloud functions. Helps you significantly reduce maintenance costs and focus more on product development in the cloud-native era.
- Cross-cloud vendor: One code can be deployed quickly across multiple cloud platforms, so you don't have to worry about your product being tied to a cloud vendor.
- Code reuse: Through the framework's dependency injection capability, each part of the logical unit is naturally reusable and can be quickly and easily combined to generate complex applications.
- Traditional Migration: Through the framework's runtime scalability, traditional applications such as Egg.js, Koa, Express.js and others can be seamlessly migrated to the cloud functions of various cloud vendors.
Document
License
Midway FaaS is MIT licensed.