aws-ruby-lambda-layer icon indicating copy to clipboard operation
aws-ruby-lambda-layer copied to clipboard

A layer which includes common ruby gems

Results 7 aws-ruby-lambda-layer issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.1.4 to 2.2.6.4. Commits 27addc7 bump version ee7919e Avoid ReDoS problem d6b5b2b bump version 9aac375 Limit all multipart parts, not just files 2606ac5 bumping version f6d4f52 Fix...

dependencies

Bumps [activerecord](https://github.com/rails/rails) from 5.2.2 to 6.1.7.1. Release notes Sourced from activerecord's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...

dependencies

Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.16.3 to 0.21.0. Changelog Sourced from httparty's changelog. 0.21.0 escape filename in the multipart/form-data Content-Disposition header Fix request marshaling Replace mime-types with mini_mime 0.20.0 Breaking changes Require...

dependencies

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Im looking to include aws s3 scli commands as a layer so that I can use s3:// paths.

I need to add Some extra gems to be added in Gemfile provide in the code. How can i achieve that. I am facing error if i add a gem...

They are already [installed](https://docs.aws.amazon.com/lambda/latest/dg/lambda-ruby.html) in your Lambda instance ![image](https://user-images.githubusercontent.com/6355/76466203-8cc65b80-63bd-11ea-9ad1-be16ee8541ba.png)