|
| 1 | +# keep-warm-fc Plugin case |
| 2 | + |
| 3 | +<toc> |
| 4 | + |
| 5 | +<p align="center"><b> <a href="./readme.md"> 中文 </a> | English </b></p> |
| 6 | + |
| 7 | +- [Quick start](#Quick-start) |
| 8 | + - [Deploy via command line tool](#Deploy-via-command-line-tools) |
| 9 | +- [Application details](#Application-details) |
| 10 | +- [About Us](#About-Us) |
| 11 | + |
| 12 | +</toc> |
| 13 | + |
| 14 | +# Quick start |
| 15 | + |
| 16 | +- [:octocat: source](https://github.com/devsapp/start-plugin/tree/master/http-function/fc-http-node.js14/src) |
| 17 | + |
| 18 | +## Deploy via command line tools |
| 19 | + |
| 20 | +> Before starting, you need to install the Serverless Devs developer tools: `npm install @serverless-devs/s -g`, for more installation methods, please refer to [Serverless Devs Installation Documentation](https://www.serverless-devs.com/serverless-devs/install) , you also need to configure key information for Alibaba Cloud. For the method of configuring key information, please refer to [Alibaba Cloud Key Configuration Document](https://www.serverless-devs.com/fc/config) |
| 21 | +
|
| 22 | +- Initialize the project: `s init start-keep-warm-fc -d start-keep-warm-fc` |
| 23 | + > It involves determining the selection of the key, the determination of the service name, the determination of the function name, and the determination of the container image |
| 24 | +- Enter the project: `cd start-keep-warm-fc` |
| 25 | +- Deploy the project: `s deploy -y` |
| 26 | +- Invoke function: Directly use POST or GET method curl to the custom domain name that is generated when deploying the project |
| 27 | + |
| 28 | +# Application details |
| 29 | + |
| 30 | +This application is only used for learning and reference. You can carry out secondary development and improvement based on this project to realize your own business logic. |
| 31 | + |
| 32 | +# About Us |
| 33 | + |
| 34 | +- Serverless Devs Tools: |
| 35 | + - Repository: [https://www.github.com/serverless-devs/serverless-devs](https://www.github.com/serverless-devs/serverless-devs) |
| 36 | + > Welcome to add a :star2: |
| 37 | + - Official website: [https://www.serverless-devs.com/](https://www.serverless-devs.com/) |
| 38 | +- Alibaba Cloud Function Compute components: |
| 39 | + - Repository: [https://github.com/devsapp/fc](https://github.com/devsapp/fc) |
| 40 | + - Help document: [https://www.serverless-devs.com/fc/readme](https://www.serverless-devs.com/fc/readme) |
| 41 | +- Dingding communication group: 33947367 |
0 commit comments