jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

Option to fix lambda name in settings.yml #137

Open trecouvr opened 7 years ago

trecouvr commented 7 years ago

It would like the option to fix my lambda names instead of gardon auto-generating it for me.

lambdas:
  helloworld:
    name: myAwesomeLambdaName
    runtime: nodejs6.10
    ..

I managed to hack gordon to pass the setting to troposphere.awslambda.Function and I can make a PR if you are interested.