(have)Fun with Serverless
Fun is a development tool for serverless applications. It can help you to efficiently arrange cloud resources such as Function Compute, API Gateway, Log Service and so on. You can use it to develop,build and deploy FC by describing relative resources in a template.yml
file.
If you want to use the old syntax, please refer to README.md.
As a command-line tool, Fun has built-in subcommands such as config, local, deploy, and so on.
The config subcommand can be used to configure fun, the local subcommand can be used to run the debugging function locally, and the deploy subcommand can publish your resources.
We have prepared a series of tutorials to help you use the Fun tool more easily:
- Installation: Learn how to install Fun on Mac, Linux or Windows.
- Getting Started: The basic usage of Fun is introduced with a simple example.
- Running and debugging locally: A series on how to run locally, debug functions, and tips on troubleshooting related issues.
- Guidelines for Function Compute Development - Use Fun Local for Local Running and Debugging: Introduced the basic usage of Fun Local.
- Guidelines for Function Compute Development - Crawler: How to use the Fun tool to develop a Serverless application from scratch.
- Guidelines for Function Compute Development - Troubleshoot Timeout Issues: Demonstrates how to solve a series of bugs and introduces the tricks of debug.
- 开发函数计算的正确姿势 —— Http Trigger 本地运行调试: Demonstrates how to run and debug Http Trigger functions locally.
- 开发函数计算的正确姿势 —— 本地运行、调试、发布 NAS 函数: Demonstrates how to run and debug functions configured with NAS services locally.
- 开发函数计算的正确姿势 —— Api 本地运行调试: Demonstrates how to run and debug functions locally through the API.
- 开发函数计算的正确姿势 —— 开发 WordPress 应用: Demonstrates how to develop and debug a WordPress web application locally.
- 开发函数计算的正确姿势 —— 开发 NAS 文件管理应用: Demonstrates how to develop and debug a NAS file manager web application locally.
- Specification: Introduces the syntax of the fun's template.yml file.
- FAQ: Frequently asked questions and answers when using fun.
- More Examples
- 以函数计算作为 API 网关后端服务
- 函数计算
- API Gateway
- Fun 发布 2.0 新版本啦
- 函数计算工具链新成员 —— Fun Local 发布啦
- 三十分钟快速搭建 serverless 网盘服务
- Fc Docker
The MIT License