(have)Fun with Serverless


Keywords
alibabacloud, aliyun, function-compute, serverless
License
MIT
Install
npm install @alicloud/fun@3.6.24

Documentation

Funcraft

(have)Fun with Serverless

logo.jpg

English

Fun 是一个用于支持 Serverless 应用部署的工具,能帮助您便捷地管理函数计算、API 网关、日志服务等资源。它通过一个资源配置文件(template.yml),协助您进行开发、构建、部署操作。

如果你想使用旧版本的语法,请参考.

开始使用

Fun 作为一个命令行工具,内置了多个子命令,比如 config、local、deploy 等。

其中,config 子命令可以用来配置 fun,local 子命令可以用来本地运行调试函数,deploy 子命令可以将资源发布到线上。

为了让您尽快上手,我们准备了一系列教程:

反馈

如您在使用中遇到问题,可以在这里反馈 https://github.com/aliyun/fun/issues

参考

开源许可

The MIT License