serverless-nodejs-starter icon indicating copy to clipboard operation
serverless-nodejs-starter copied to clipboard

A Node.js starter for Serverless Framework with ES6 and TypeScript support

Results 38 serverless-nodejs-starter issues
Sort by recently updated
recently updated
newest added

I'm working through the tutorial and was seeing some security vulnerabilities reported by NPM. This gets rid of those and I've tested it using `serverless invoke local --function create --path...

Any plans on upgrading to babel 7?

Would it be possible to do a fork of this starter using an AWS SAM template rather than locking into the Serverless framework template?

``` Error: Failed to lookup view "error" in views directory "/views" at EventEmitter.render (/var/task/node_modules/express/lib/application.js:580:17) at ServerResponse.render (/var/task/node_modules/express/lib/response.js:971:7) at /var/task/webpack:/app.js:70:7 at Layer.handle_error (/var/task/node_modules/express/lib/router/layer.js:71:5) at trim_prefix (/var/task/node_modules/express/lib/router/index.js:315:13) at /var/task/node_modules/express/lib/router/index.js:284:7 at Function.process_params (/var/task/node_modules/express/lib/router/index.js:335:12)...

Hey this helped my project immensely. Is there a support page where I can donate? I feel slightly off for not providing any monetary support. Would love to give you...

Tried to use your starter and encountered error: ``` Tims-MacBook-Pro:ethergas TrueCarry$ serverless deploy Serverless: Bundling with Webpack... Time: 664ms Asset Size Chunks Chunk Names handler.js 5.52 kB 0 [emitted] handler...

Is it possible to have a non-flat directory structure? I'm trying to put my functions under: ``` src |---functions |---hello.js ``` I've updated my `serverless.yml` configuration's handler to `src/functions/hello.handler`. I'm...

Hi, I'm using this plugin, I have a folder called 'schema' and under it are some json files which i want that webpack should include in its bundling. At the...

Can we use this with different provider? we are trying to get es7 to work with `kubeless`

Hi there, thanks in advance for this very helpful repo. I noticed that if I attempt to use `fetch`, it will work locally, but fail when deployed. Is this to...