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.
2 parents b4f9b03 + 41d31e0 commit a48c76eCopy full SHA for a48c76e
README.md
@@ -83,6 +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 append the stage to the function name
87
88
```
89
service: your-awesome-project
@@ -102,7 +103,7 @@ custom:
102
103
104
functions:
105
function1:
- name: function1
106
+ name: function1-${opt:stage}
107
handler: lambda.handler
108
package:
109
include:
0 commit comments