Gathering detailed insights and metrics for tencent-serverless-http
Gathering detailed insights and metrics for tencent-serverless-http
Gathering detailed insights and metrics for tencent-serverless-http
Gathering detailed insights and metrics for tencent-serverless-http
serverless-offline
Emulate AWS λ and API Gateway locally when developing your Serverless project
serverless-http
Use existing web application frameworks in serverless environments
serverless-step-functions
The module is AWS Step Functions plugin for Serverless Framework
serverless-iam-roles-per-function
A Serverless plugin to define IAM Role statements as part of the function definition block
This library enables you to utilize Tencent Cloud API Gateway to respond to web and API requests using your existing Node.js application framework.
npm install tencent-serverless-http
98.3
Supply Chain
76.4
Quality
75.6
Maintenance
100
Vulnerability
87.3
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
17 Stars
38 Commits
5 Forks
3 Watching
1 Branches
5 Contributors
Updated on 02 Aug 2022
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-21.6%
15,434
Compared to previous day
Last week
-3.9%
84,455
Compared to previous week
Last month
13.8%
341,490
Compared to previous month
Last year
-57.9%
5,237,306
Compared to previous year
1
19
This project is a fork of aws-serverless-express, and modify for tencent cloud scf.
1npm install tencent-serverless-http
1// handler.js 2'use strict'; 3const tencentServerlessHttp = require('tencent-serverless-http'); 4const app = require('./app'); 5const server = tencentServerlessHttp.createServer(app); 6 7exports.handler = (event, context) => { 8 tencentServerlessHttp.proxy(server, event, context); 9};
MIT License
Copyright (c) 2020 Serverless Plus
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
101 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More