serverless-ruby-layer icon indicating copy to clipboard operation
serverless-ruby-layer copied to clipboard

A Serverless Plugin to deploy gems from Gemfile to AWS Layer

Results 10 serverless-ruby-layer issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `use_docker: false` One would expected this option to skip docker all together and do its thing. However it doesn't do that and instead doesn't include the native...

enhancement

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies
ruby

This PR implements the proposal from #58. In my local test project this takes about 90 seconds off of the time for a full `sls deploy` (after the first deploy,...

**Describe the bug** I added to my Gemfile a local gem using the standard format gem 'test_gem', path: 'vendor/gems/test_gem' However, when deploy it gives me the following error **Error Stack...

enhancement

## The Problem When deploying with Docker we end up installing all the gems from scratch each time, even if the `Gemfile` hasn't changed. On my smallish demo project the...

enhancement

Currently when I try to run `sls deploy` on github actions it fails with: ``` Serverless: Zipping the gemfiles and native libs to /home/runner/work/repo/repo/.serverless/ruby_layer/gemLayer.zip Exception ----------------------------------------------- [OperationalError: EACCES: permission denied,...

bug

supports things like pdfinfo or wkpdf2html either native_libs or native_bins entries can end in `/` doing so copies the directory contents instead of the item. This means native_libs - /opt/lib/...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.15.6. Release notes Sourced from nokogiri's releases. 1.15.6 / 2024-03-16 Note This security release is a backport to the unsupported v1.15.x branch. Current stable is...

dependencies
ruby

support for building with arm64 images would be good https://gallery.ecr.aws/sam/build-ruby3.2

enhancement

AWS Lambda with Ruby 3.2 error - by setting the GEM_PATH environment variable, the native aws-sdk gems cannot load ``` { "errorMessage": "cannot load such file -- aws-sdk-dynamodb", "errorType": "Init",...

bug