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
end
https://lamby.custominktech.com/docs/quick_start
https://lamby.custominktech.com/docs/installing_aws_sam
After checking out the repo, run:
$ ./bin/bootstrap
$ ./bin/setup
$ ./bin/test
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.
Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.