State of the plugin
Hello Prisma Labs team,
This issue is more like a concern about the current state of the plugin as there hasn't been any update (release) since July 2019 and there are several issues (and PRs) waiting for response.
I would like to know if there is any plan to handle these things in the short (and long) term or if this plugin is lacking maintainers to step in and take charge of reviewing and other related task.
Awaiting for any response from the team.
Cheers!
I tried all day getting this plugin running with the current version of serverless and typescript without success. Could it be that it's simply not working with the current versions?
Hi @namelesswc
I recently published a new version from my forked repo on npm: @kingdarboja/serverless-plugin-typescript
Please test it as I merged several PRs from this repo in order to solve several issues, I have tested it with latest serverless version (1.64 I think) and everything is fine! Not sure about the latest Typescript (tested on 3.6.4).
Cheers!
Hi @KingDarBoja Unfortunately it didn't worked. I think is an issue with the way my project is setup. I have a root project folder where I install all the node modules. My serverless projects are inside subfolders like this: root/sevices/app-api.
Other modules including serverless-plugins work fine only typescript-plugin seem to have issues. Actually I'm not even sure if it is typescript. The typscript uses fs-extra which uses graceful-fs. All those modules loads but then graceful-fs starts looking for modules inside the serverless folder instead of the root folder where the modules are installed. I'll open an issue at graceful-fs and see if they have a solution
I recommend checking out @serverless/typescript and the aws-nodejs-typescript serverless template. They seem to be well supported and actively developed. Here's a great overview of getting a serverless typescript application up and running with common tooling: https://dev.to/michael_timbs/get-started-with-aws-serverless-and-typescript-5hgf