There was an error while loading. Please reload this page.
1 parent 2d6334b commit 4d77d17Copy full SHA for 4d77d17
README.md
@@ -29,6 +29,8 @@ The structure of the project should look something like this:
29
└── serverless.yml
30
```
31
32
+Install `serverless-aliyun-function-compute` plugin for your service.
33
+
34
```yaml
35
$ serverless plugin install --name serverless-aliyun-function-compute
36
@@ -69,10 +71,7 @@ functions:
69
71
"version": "0.1.0",
70
72
"description": "Hello World example for aliyun provider with Serverless Framework.",
73
"main": "index.js",
- "license": "MIT",
- "devDependencies": {
74
- "serverless-aliyun-function-compute": "^1.0.0"
75
- }
+ "license": "MIT"
76
}
77
78
0 commit comments