0.1.4 • Published 11 months ago

@geek-fun/serverless-adapter v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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)