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 deploying with pnpm + monorepo configuration, the zip file is uploaded without resolving the symbolic link path. ## Config file. ```yml serverless-layers: packageManager: pnpm ``` ## Directory structure ```txt...

Feature Request Can we use commands and life cycles as described [here](https://www.serverless.com/blog/advanced-plugin-development-extending-the-core-lifecycle) so that a user is able to use the before hook to perform some action just before this...

https://github.com/Shereef/nestjs-swagger-serverless-layers-datadog-issue#readme In this repo I am trying to explain that when the following is installed and enabled the project doesn't work when deployed to aws lambda 1. [serverless-layers](https://github.com/agutoli/serverless-layers) 2. [serverless-plugin-datadog](https://github.com/DataDog/serverless-plugin-datadog)...

Zip always results in 0 MB ![Screen Shot 2024-03-28 at 12 57 16 AM](https://github.com/agutoli/serverless-layers/assets/26516889/6d436b8d-a177-43bc-a307-8823fa6a55d3) I went back to v2.5.4 and its working fine.

Hi, how's it going? I have a GitHub actions build step that anticipates the packaging of my app, and it would be really nice to be able to run the...

Creating layers with serverless-layer > 2.8.2 fails at `fs.rmSync` added by #153 ``` [ LayersPlugin ]: => common ... ○ Downloading ./serverless-layers/common/package.json from bucket... ... ○ Comparing package.json dependencies... ......

In the latest version v2.8.5, the plugin emits an AWS SDK error, "Could not find API configuration lambda-2015-03-31" during package and deploy. I checked v2.7.0 and everything works fine.

https://github.com/agutoli/serverless-layers/blob/842eb7ce374af7a400e6cec2176bcc6f1882919c/src/package/Dependencies.js#L87 Init() has been called in install() already and should only be called ONCE per run, or else it just deletes all the previously copied files, like the package.json file,...