Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Lambda Layer

This Repo shows how to include ruby native gems

How to use

build files

./build

deploy to aws

sls deploy

Then see the docs and configure your lambda to use the layer you just published.

Gems included

gem 'json'
gem 'rack'
gem 'rack-contrib'
gem 'rake'
gem 'pg'
gem 'sequel'
gem 'activerecord'
gem 'dotenv'
gem 'httparty'
gem 'sidekiq'
gem 'redis'

# aws
gem 'aws-sdk-firehose'
gem 'aws-sdk-lambda'
gem 'aws-sdk-s3'

Credit

dschep https://github.com/dschep/sqlite-lambda-layer/

About

A layer which includes common ruby gems

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages