<@U01MV4U2EV9> you can do it like this: ``` ne...
# sst
s
@thdxr you can do it like this:
Copy code
new sst.Function(this, "MyNamedFunction", {
      handler: "src/messages/list.handler",
      functionName: "my-funky-function". // <--- set this
    });
f
Opened a discussion based on this conversation https://github.com/serverless-stack/serverless-stack/discussions/236