Closed
Description
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?