The project is in a healthy, maintained state
A Ruby implementation of the Lambda Console project specification.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

Lambda Console (Ruby) Actions Status

A Ruby implementation of the Lambda Console project specification:

https://github.com/rails-lambda/lambda-console

Please see that project for CLI usage with Ruby Lambda Functions or Rails Applications on Lambda using Lamby which leverages this gem.

Integration

An example of how to add Lambda Console to your own Ruby function.

def handler(event: context:)
  return LambdaConsole.handle(event) if LambdaConsole.handle?(event)
  # your code ...
end

License

The gem is available as open source project under the terms of the MIT License.

Code of Conduct

Everyone interacting in the LambdaConsole::Ruby project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.