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 @@ -345,6 +345,11 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
345
345
346
346
## Version history
347
347
348
+ * 1.2.1
349
+ * Fix issue when using a Cognito User Pools authorizer [ #51 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/51 )
350
+ * IAM roles of removed aliases are not deleted [ #50 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/50 )
351
+ * Added note to README to state that per-alias resources do not work until fixed/added in Serverless
352
+
348
353
* 1.2.0
349
354
* Fix issue when stage is specified as Serverless variable [ #45 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/45 )
350
355
* Add support for SNS Lambda subscriptions [ #43 ] ( https://github.com/HyperBrain/serverless-aws-alias/issues/43 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-aws-alias" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
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