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

Hello! I've set up the project correctly. When I invoke locally the following code ```js const fetchSomething = () => new Promise((resolve, reject) => { setTimeout(() => { resolve({ some:...

Please update documentation for usage of this plugin with the newly released [node 8 support in lambda](https://aws.amazon.com/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda).

I've seen that there is now support for google as a provider with one of the somewhat recent changes, but it would be awesome to also include support for OpenWhisk....

I created a PR to support `serverless run` (#49), but watching for file changes is not working, and I don't know why.

enhancement

Hi! Would it be possible to add [serverless-kubeless](https://github.com/serverless/serverless-kubeless) support?

.key (googleCloud) or .json config files might be copied after compile code process. Otherwise Lambda returns a module error b/c file isn't there. **Use example -------** ` const visionApi =...

When I deployed the example in the example directory, I get the following error: `❯ sls deploy Serverless: Compiling with Typescript... handler.ts (3,42): Cannot find name 'setTimeout'. Serverless: Packaging service......

Given: ```` / services/ serviceOne serverless.yml ``` This plugin will try to copy node_modules from `serviceOne` and not the project root.

Is it possible to generate the JavaScript into the .build folder for other plugins to use? I.e. The mocha unit testing plugin and the offline plugin?