aliyun-fc-publish
v1.0.10
Published
publish codes to aliyun fc
Readme
aliyun-fc-publish
Introduction
Quickly package and upload to Alibaba Cloud Function
Usage Instructions
Install Dependencies: Include in the respective project:
aliyun-fc-publishConfiguration: Add ALIYUN to the environment variables, and separate
accessKeyIdandaccessKeySecretwith a comma.Code Usage: Create a
publish.jsfile as follows and modify as needed:const Client = require("aliyun-fc-publish"); new Client().publish("Project Name", "Function Account ID.cn-shenzhen.fc.aliyuncs.com");Execution: Run the following command in the terminal:
node publish.js
