Skip to content

Simple Rails & AWS Lambda Integration ๐Ÿš‚๐Ÿ‘

License

Notifications You must be signed in to change notification settings

patientslikeme/lamby

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

84 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Lamby Build Status

Simple Rails & AWS Lambda Integration

Lamby: Simple Rails & AWS Lambda Integration

ย 

The goal of this project is to provide minimal code to allow your Rails application to respond to incoming AWS Lambda Function Handler in Ruby event and context objects in the Lambda handler. We support Application Load Balancer integration or API Gateway.

def handler(event:, context:)
  Lamby.handler $app, event, context, rack: :alb
end

Quick Start

https://lamby.custominktech.com/docs/quick_start

Full Documentation

https://lamby.custominktech.com/docs/installing_aws_sam

Contributing

After checking out the repo, run ./bin/setup to install dependencies. Then, run ./bin/test to run the tests.

Bug reports and pull requests are welcome on GitHub at https://github.com/customink/lamby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Code of Conduct

Everyone interacting in the Lamby projectโ€™s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Simple Rails & AWS Lambda Integration ๐Ÿš‚๐Ÿ‘

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 89.5%
  • Shell 10.1%
  • HTML 0.4%