Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.28 KB

Serverless-Adapter

Node.js CI release npm version Known Vulnerabilities License codecov

Adapter for web framework express, koa, springboot to run on top of serverless API Gateway and Functions cross different cloud provider like aliyun, huawei

Quick Start

prerequisites

  • Node.js >= 16.x

Install

npm install -g @geek-fun/serverless-adapter

Usage

 const app = express();
export const handler = serverlessAdapter(app)