serverless-layers icon indicating copy to clipboard operation
serverless-layers copied to clipboard

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.

Results 48 serverless-layers issues
Sort by recently updated
recently updated
newest added

When the deployment bucket has encryption enabled: ``` deploymentBucket: name: exampleBucket serverSideEncryption: AES256 ``` The plugin does not respect the serverSideEncryption flag and attempts to upload without encryption resulting in...

help wanted

Thanks for the contribution with the plugin. I would suggest to add more documentation on how to use the plugin, how it works and a couple of serverless.yml examples using...

Hello! First of all, thank you for this project! It saves my life for years now! I had to start updating an old project today I and that project was...

I'm trying out npm v7 workspaces - where you can have multiple packages in a monorepo that are automatically linked together. You normally don't need to specify the other modules...

help wanted
investigating

I am new to serverless and from the jump, I noticed that layers using the plugin "serverless-layers" cannot include user-defined modules (common code). Please add support to allow layer creation...

How should I go about excluding `aws-sdk` from the layer?

help wanted

`mkdirp 0.5.5` depends on `minimist 1.2.5` which has a **critical** security issue https://github.com/advisories/GHSA-xvch-5gv4-984h upgrading to mkdirp 0.5.6 fixes the issue.

In the serverless.yml, I am specifying the following node modules to be excluded as part of the layer: ``` package: excludeDevDependencies: true exclude: - node_modules/@aws-sdk/** - node_modules/@azure/** - node_modules/@baemingo/** -...

Hi! I use serverless-webpack plugin, when i deploy app it throws `Cannot find module 'webpack-node-externals'` because plugin skip dev modules

**Issue Description:** After upgrading to version `v2.8.5` of `serverless-layers`, the plugin fails to include the `node_modules` directory in its generated layers. **Steps to Reproduce:** 1. Upgrade `serverless-layers` to `v2.8.5`. 2....