1.3.2 • Published 3 years ago

@tmaize/tencent-serverless-http v1.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Tencent Serverless Http

Build Status npm NPM downloads

This project is a fork of aws-serverless-express, and modify for tencent cloud scf.

Install

npm install tencent-serverless-http

Usage

// handler.js
'use strict';
const tencentServerlessHttp = require('tencent-serverless-http');
const app = require('./app');
const server = tencentServerlessHttp.createServer(app);

exports.handler = (event, context) => {
  tencentServerlessHttp.proxy(server, event, context);
};

License

MIT License

Copyright (c) 2020 Serverless Plus

1.3.2

3 years ago

1.3.1

3 years ago