serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x
MIT License
189 stars 68 forks source link

True AWS Lambda Aliases #148

Open Smotrov opened 5 years ago

Smotrov commented 5 years ago

Dear team, We've been digging your readme for a day but with no luck :-( The questions are still open for us: Is this plugin can preserve previous versions of Lambda function when deploying new version? To have something like this

2018-12-07 18 05 49

Is this plugin can preserve existing Aliases of Lambda function during deployment? Is it possible to set Alias for deployment (I mean exactly the kind of Alias which shown bellow) Should be something like here

2018-12-07 18 05 42

Thank you in advance for your support!

npomoAtWork commented 5 years ago

I am also interested in this

johnwongapi commented 5 years ago

Agree. And we also need command to manage versions since there is a limit of 200 resources in cloud formattion template.

filipeoliveira commented 5 years ago

This would be really nice.

ilirosmanaj commented 4 years ago

I had the same issue and was thinking that for some reason this plugin is not working correctly.

The fix to my problem was that I had the versionFunctions property set to false in my serverless yml configuration. As soon as you set it to true, deploying with an alias will work as expected and you will get what you attached in the screenshots