File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,11 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
324
324
325
325
## Version history
326
326
327
+ * 1.1.0
328
+ * Use stage variable in APIG [ #40 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/40 )
329
+ * Fix tail logging [ #42 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/42 )
330
+
331
+
327
332
* 1.0.0 Support "serverless logs" with aliases. First non-alpha!
328
333
* 0.5.1-alpha1 Use separate Lambda roles per alias
329
334
* 0.5.0-alpha1 Fixes a bug with deploying event sources introduced with 0.4.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-aws-alias" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Serverless plugin to support AWS function aliases" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments