
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
@alipay/faas-web-sdk
Advanced tools
$ npm install @alipay/faas-web-sdk
const cloud = require('@alipay/faas-web-sdk');
const sdk = new cloud.Cloud({
// 网关地址,可不填,默认通过 envId 拼接为 https://{envId}.api-hz.cloudbasefunction.cn
endpoint: 'https://{envId}.api-hz.cloudbasefunction.cn', // 控制台,环境管理 - 环境概览中,网关地址
// AK
secretId: '', // 控制台,环境管理 - 环境概览中,AK
// SK
secretKey: '', // 控制台,环境管理 - 环境概览中,SK
// appId
appId: '',
// 目标环境 id
envId: '',
});
const res = await sdk.callFunction({
name: 'echo',
data: {
a: 1,
b: 2,
},
});
MIT
FAQs
云函数服务 web SDK
We found that @alipay/faas-web-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.