tencent-serverless-http

1.3.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.259,277latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.259,277
1.3.115
1.3.01
1.2.01
2.0.01
1.1.06
1.0.71
1.0.51
1.0.41
1.0.34
1.0.21

Package Sidebar

Install

npm i tencent-serverless-http

Weekly Downloads

59,311

Version

1.3.2

License

Apache-2.0

Unpacked Size

15.6 kB

Total Files

7

Last publish

Collaborators

  • yugasun