serverless-plugin-include-dependencies icon indicating copy to clipboard operation
serverless-plugin-include-dependencies copied to clipboard

Results 37 serverless-plugin-include-dependencies issues
Sort by recently updated
recently updated
newest added

Not sure why but this package interferes with Lambda container deployment. Was getting an endless packaging prompt - removing this plugin from my setup fixed the issue. Thought I'd share...

I have several stacks deployed individually, each one developed as a different service, but some of the common logic is included in a common directory that is included with package.include....

Hello, I updated to a newer version of Serverless (2.38) in one of my projects recently, and received deprecation warnings advising about the change to packaging includes/excludes (replacing them with...

Consider package.json: ``` { "name": "cloud", "version": "0.1.0", "description": "", "main": "app.js" } ``` Serverless allows you to specify something else than 'index.js' to be entry file to function handlers....

So, I'm using last version from npm (4.1.0) and I've stumbled on strange behaivor where my handler name was stripped by one last character. Reading source code, I've found the...

I use the newest [AWS sdk](https://github.com/aws/aws-sdk-js-v3) and, when I try to deploy, this error occurs: ```sh [...] Serverless: [serverless-plugin-include-dependencies]: WARNING missing optional dependency: @nestjs/microservices Serverless: [serverless-plugin-include-dependencies]: WARNING missing optional dependency:...

Is it possible to manually include deps? I have a Nuxt app which defines these in nuxt.config.js so I doubt this plugin could auto pick them up, which is fine...

I haven't completely narrowed down the problem, but I've noticed that when using serverless-plugin-typescript, this plugin will not include any necessary dependencies. for instance...here's my package.json file { "devDependencies": {...

Is this plugin compatible with lambda layers? I'm trying to deploy a package that uses a layer and receiving this error message: _Path must be a string. Received null_ Appears...