Skip to content

Commit 982712a

Browse files
author
Frank Schmid
committed
0.2.1-alpha1
1 parent c4fcc1e commit 982712a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@ alias points to.
118118
## Subcommands
119119
### alias remove
120120

121-
Removes an alias and all its uniquely references functions and function versions.
121+
Removes an alias and all its uniquely referenced functions and function versions.
122122
The alias name has to be specified with the `--alias` option.
123123

124-
Functions and resources owned by removed aliases will be physically removed on
125-
the next deployment of any other alias. This is on purpose to keep CloudFormation
126-
API access at a minimum.
124+
Functions and resources owned by removed aliases will be physically removed after
125+
the alias stack has been removed.
127126

128127
## Compatibility
129128

@@ -209,6 +208,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
209208

210209
## Version history
211210

211+
* 0.2.1-alpha1 Alias remove command removes unused resources
212212
* 0.2.0-alpha1 Support custom resources
213213
* 0.1.2-alpha1 Integration with "serverless info"
214214
* 0.1.1-alpha1 Full APIG support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-aws-alias",
3-
"version": "0.2.0-alpha1",
3+
"version": "0.2.1-alpha1",
44
"description": "Serverless plugin to support AWS function aliases",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)