Can not find it but… Is there a way to define Lamb...
# sst
a
Can not find it but… Is there a way to define Lambda function name? Currently having this:
Copy code
pr149-tasks-stack-LambdaDELETEtaskstaskId55457B-Phy8XB3Kr1eU
a
Thank you sir.
f
Thanks @Michael Wolfenden for chiming in!
@Adrián Mouly, what’s a naming convention you are thinking to use?
a
I have something like..
Copy code
const taskEventBusName = `${scope.stage}-${scope.name}-tasks`;
But not sure if this is correct, I want to follow the same as SST follows.
I mean I saw that it’s like…
$stage-$appName-$resource
right?
That’s what is used for SST constructs?
Ah sorry I messed my messages….
I’ve sent an example of a Bus, but well, it’s the same for Lambdas… but what is the recommended way?