File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ function parameters (memory, etc.) cannot be changed for a deployed version
40
40
by accident, as it can be done with the ` $LATEST ` qualifier.
41
41
This adds an additional level of stability to your deployment process.
42
42
43
+ ## Deploy a single function
44
+
45
+ The plugin supports ` serverless deploy function ` and moves the alias to the
46
+ updated function version. However you must specify the ` --force ` switch on the
47
+ commandline to enforce Serverless to deploy a new function ZIP regardless, if the
48
+ code has changed or not. This is necessary to prevent setting the alias to a
49
+ version of the function that has been deployed by another developer.
50
+
43
51
## Deploy an alias
44
52
45
53
To deploy an alias to a stage, just add the ` --alias ` option to ` serverless deploy `
@@ -460,6 +468,9 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
460
468
461
469
## Version history
462
470
471
+ * 1.5.0
472
+ * Support ` serverless deploy function ` [ #29 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/29 )
473
+
463
474
* 1.4.1
464
475
* Fixed crash when using logs --tail
465
476
You can’t perform that action at this time.
0 commit comments