We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7bede commit 41d31e0Copy full SHA for 41d31e0
README.md
@@ -83,7 +83,7 @@ When `serverless deploy` is run, the plugin will:
83
The Serverless framework will then pickup each zip file and upload it to your provider.
84
85
Here's a simple `serverless.yml` configuration for this plugin, assuming the project structure above
86
-one of the fuctions we add `-${opt:stage}` to the name in order to the stage to the function name
+one of the fuctions we add `-${opt:stage}` to the name in order to append the stage to the function name
87
88
```
89
service: your-awesome-project
0 commit comments