serverless-stack-demo-ext-api icon indicating copy to clipboard operation
serverless-stack-demo-ext-api copied to clipboard

Source for the extended version of the demo app API in Serverless Stack.

Results 30 serverless-stack-demo-ext-api issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hi. Got this when running `sls deploy` from `services/notes-api`. ``` sls deploy Serverless: Bundling with Webpack... Serverless: Packaging service... Serverless: Creating Stack... Serverless: Checking Stack create progress... ..... Serverless: Stack...

Hi, this is more an idea or proposal than an issue. I would be really great if there would be also one service with serverless.yml for frontend (for example react).

hi everyone, it would be awesome if you could update the example to support the new serverless-bundle plugin that supports TS!

``` "devDependencies": { "aws-sdk": "^2.541.0", "serverless-bundle": "^1.2.5", "serverless-offline": "^5.12.0" }, ``` Just wondering if there is any reason for this? As we are in 3.1.0 for serverless-bundle for example. Assuming...

I've just done a fresh install with `npm install` and tried to launch the local server with the `./startServer` but I got this error: ``` $ ./startServer internal/modules/cjs/loader.js:613 throw err;...

Installed serverless-offline Trying to debug the services in vscode. The debugger runs the lambda but doesn't pause on break points inside lambda code. Any idea how to make it work?...

help wanted

I recently updated my api app to use the updated logic in the libs folder of the demo api but now I'm transitioning my app to the ext format to...

Is it a hard requirement to use X-ray. Getting packages not found when deploying the service functions separately.