-
How to Create a AWS Lambda Layer of Your Gemfile / Ruby Gem Dependencies
How to Create a AWS Lambda Layer of Your Ruby Gem Dependencies — Throwing Ruby code into the cloud with AWS Lambda is easy, but getting the heavier dependencies (e.g. nokogiri, or the http gem) working isn’t quite as easy. I worked out how to do it sans framework.
Appears in lists (1)
More like this (3)
-
The Gnar Blog - Caching All Native Ruby Gem Platforms
Caching All Native Ruby Gem Platforms — As more gems ship multiple releases for different architectures...
-
-
Build, Package, and Deploy an AWS Lambda using the Ruby Runtime
Build, Package, and Deploy an AWS Lambda using the Ruby Runtime — “This post is a...