Hacker News new | ask | show | jobs
by NewLogic 2390 days ago
I'm still frustrated that Lambda can't have alias specific environmental variables. Aren't alias' supposed to be used for staging function versions through a release pipeline?
1 comments

Alias is a super weird feature of AWS Lambda imho. We setup separate Lambdas for dev, test and prod instead, like Serverless Framework does it.