serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Serverless plugin for zero-config Typescript support

Results 125 serverless-plugin-typescript issues
Sort by recently updated
recently updated
newest added

Just spent half a day tracking this issue down, so i thought that maybe someone else might find this usefull on Google.... and it is something that should be fixed...

We have a Serverless project that mixes Typescript functions with a Python function that uses a prebuilt package. I know it is a strange combo, but was necessary for various...

I'm managing both the server and the client code in a single repository. Since I'd like to disable most of the transpilations for the serverless code, I want to use...

Can't get this to work with the latest Typescript version Error: ENOENT: no such file or directory, stat '/Users/project/.build/.serverless' It works with Typescript 3.5.3 I've stopped using this plugin in...

Correct casing of TypeScript.

Hi there, I've just made a very simple example of a typescript serverless function. It's working well but… every time I change source code I need to restart the offline...

v1.1.8 completely broke our deployment pipeline for a stage which runs tools in devDeps. https://github.com/prisma-labs/serverless-plugin-typescript/releases/tag/v1.1.8 Any way you slice it, this should have been marked a breaking change and automatically...

If I have a project that uses multiple runtimes (configured individually per function), using this plugin will treat them all as TypeScript and attempt to compile them. This blocks using...

im using typescriot for serverless framework so when i try to run serverless deploy i got this error: Type Error --------------------------------------------- TypeError: ctx.sls.service.package.include.push is not a function at /usr/local/lib/node_modules/serverless/node_modules/@serverless/lib/wrap.js:235:37 at...

When splitting config into different files and referencing them through the following pattern —see below— plugin throws `Cannot read property 'split' of undefined`. ```yml ... resources: - ${file(resources/cognito-user-pool.yml)} ``` Full...

bug
help wanted