Skip to content

rails-lambda/lambda-console-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

β˜οΈπŸšπŸ’Ž A Ruby implementation of the Lambda Console project specification.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published