-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
heimanba
committed
Apr 12, 2022
1 parent
0ec5e77
commit 3331f54
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Plugin插件合集 | ||
> 插件本质是是对组件能力的拓展,通过的轻量插件,可以非常有趣的工作。详情可以参考[插件模型规范](https://docs.serverless-devs.com/sdm/serverless_package_model/package_model#%E6%8F%92%E4%BB%B6%E6%A8%A1%E5%9E%8B%E8%A7%84%E8%8C%83) | ||
## 包含内容 | ||
### [keep-warm-fc](https://github.com/devsapp/keep-warm-fc/tree/master/src) | ||
通过定时触发器实现实例预热,降低`冷启动`的概率。 | ||
快速体验: | ||
``` | ||
s init start-keep-warm-fc | ||
``` | ||
|
||
### [website-fc](https://github.com/devsapp/website-fc/tree/master/src) | ||
|
||
快速部署静态网站到阿里云函数计算平台 | ||
|
||
快速体验: | ||
``` | ||
s init website-vuepress | ||
``` | ||
|
||
|