Miserlou / Zappa

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

Is it possible to not include the slug in the function name? #2194

Open buckmaxwell opened 3 years ago

buckmaxwell commented 3 years ago

Context

Is it possible to not include the slug in the function name? Ie, change default function name from <project-name>-<stage-name> to just <project-name>.

I'd like to be able to deploy / update an existing lambda by supplying an arn or something. My lambda was created by terraform.