fun
fun copied to clipboard
Add support for ruby
This adds initial support for ruby using the system installed version (in PATH).
These are references:
- https://github.com/seapy/aws-lambda-custom-runtime-builder-for-ruby
- https://hub.docker.com/r/lambci/lambda
lambci/lambda:ruby2.5
@TooTallNate Something seems strange. The new test I added test_ruby_hello is never executed. Is there something I'm missing?