Hey all! Really enjoying the framework. Looking for some help with a pretty basic implementation. When I run "yarn run build", I'm getting an error at the Building Lambda function step that reads "Cannot find a handler file at src\functions\test.js".
I've changed very little about the package that npx installed (typescript, use-yarn). Just added a functions folder inside the src, and changed the name of the default function to test.ts. I thought that I updated everything appropriately, but maybe not!
Any ideas in here about where to start with this?