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 1b87ed9 commit 60e50b4Copy full SHA for 60e50b4
README.md
@@ -185,6 +185,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
185
186
## Version history
187
188
+* 0.2.0-alpha1 Support custom resources
189
* 0.1.2-alpha1 Integration with "serverless info"
190
* 0.1.1-alpha1 Full APIG support
191
* 0.1.0-alpha1 Lambda function alias support
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-aws-alias",
3
- "version": "0.1.2-alpha1",
+ "version": "0.2.0-alpha1",
4
"description": "Serverless plugin to support AWS function aliases",
5
"main": "index.js",
6
"repository": {
0 commit comments