I've been struggling to set up my Amplify API in TypeScript and then transpile it to JavaScript. I know it sounds like a simple process, but I could really use some guidance on how to do this effectively.
So far, I haven't progressed beyond the boilerplate Express.js code generated by the Amplify CLI when adding an API. I need to overcome this hurdle so I can start developing my controllers.
While I've closely followed the instructions in Amplify Function Build Options, there are still discrepancies between a vanilla lambda function and an Express.js one that have been tripping me up.