serverless-heaven / serverless-aws-alias

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

Fix for functionnames where functionname A startwith functionname B #162

Closed MartinRisk closed 5 years ago

MartinRisk commented 5 years ago

.find would find wrong versionname and aliasname

Example: Function A: GetAccount Function B: GetAccountByName

For function GetAccountByName the versionname and aliasname would be from the GetAccount function

Enase commented 5 years ago

I've added commit with:

Enase commented 5 years ago

@HyperBrain pls review