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

serverless plugin to package ruby gems

Results 9 serverless-ruby-package issues
Sort by recently updated
recently updated
newest added

I am testing a very basic service (based on https://github.com/serverless/examples/tree/v3/aws-ruby-simple-http-endpoint) using the serverless-ruby-package. It's been working perfectly as I carefully add more of my requirements to it. Execution started failing...

This is my approach as someone who has never done node.js before. So apologies if I break any rules or conventions.

Using env variable and include more debug information. This was necessary for us at onramp as we run our builds inside docker containers. When we started having native dependencies, this...

I ran into this deprecation after upgrading to serverless v.3.34.0: > 1 deprecation triggered in the last command: > > Support for "package.include" and "package.exclude" will be removed in the...

When i add `plugins: - serverless-ruby-package ` i get TypeError: Cannot read property 'push' of undefined Type Error ---------------------------------------------- TypeError: Cannot read property 'push' of undefined at PackageRubyBundlePlugin.beforePackage (/Users/xxxx/node_modules/serverless-ruby-package/index.js:85:45) at...

Hello there, according to a deprecation message of the current Serverless-CLI (2.33.1), the support of package.include and package.exclude will be replaced: `Deprecation warning: Support for "package.include" and "package.exclude" will be...

I am trying to create a lambda that works with a rails project. This involve using the `pg` gem and the `active_record` gem. #### Gemfile ```ruby source 'https://rubygems.org' git_source(:github) {...

Sorry to create an issue, but I wanted to let you know about a custom template I created that uses the serverless-ruby-package. After quite a few serverless ruby projects, I’ve...

## Agenda Drop `test` and `development` gems during build: `bundle install --standalone --path vendor/bundle --without test development;`