serverless-components/aws-lambda

Add support for optional name input

jonathanmv opened this issue ยท 9 comments

The name property gets a random id while the description and other fields get the right value.

#serverless.yml
myFunction:
  component: "@serverless/aws-lambda"
  inputs:
    name: my-function
    description: Searches videos within a location
    ....

Is there a different way I should set the lambda function name?

Thanks @jonathanmv ... yeah we are now auto generating names and the readme is out of date in that regard. But we'd love to have optional name input.

Hi @eahefnawy. It looks like PR #16 addresses this issue. Is this something you intend to merge?

@jhappoldt yep will test and review today.

@eahefnawy did you have a chance to review #16
as @jhappoldt had asked, is it something that's intended to be merged or there is something else in the pipeline?

there is one more for IAM - serverless-components/aws-iam-role#4

@jhappoldt @eahefnawy any update on this being merged? #16 seem to be good.

I am also interested in #16 getting merged. Is there an update?

@eahefnawy did you find any time to review/merge this one? would be an amazing addition!

I am also interested in #16 to get merged. Are any updates/improvements planned?

We've released a completely new version of serverless components and updated the lambda component, which includes this change. Please check out the README for more info, as config has changed significantly:

https://github.com/serverless-components/aws-lambda/