Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.2k forks source link

Custom lambda naming? #1952

Open Dambre opened 4 years ago

Dambre commented 4 years ago

I have existing lambdas deployed to AWS and chose Zappa for further lambda deployments. The problem is that it doesn't seem to be a way of customising lambda name, I found nothing similar on the configuration docs. It would be a real pain to start using Zappa's forced naming convention project_name-env since there are multiple apps using these lambdas and as you already guessed I would need to update these apps separately to use new names so thats not an option. Any suggestions for the best approach?

kittylon commented 4 years ago

I would also like to see this!