Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 348 Bytes

File metadata and controls

17 lines (13 loc) · 348 Bytes

aws-lambda-jruby

Run ruby code on JRuby on AWS Lambda Java

How to use

  1. Add your ruby code to src/main/resources/main.rb

  2. Build project

./gradlew build
  1. Crate AWS Lambda fuction on AWS put "AWSLambdaJRuby::handler" to handler setting

  2. Upload zip file Zip file is created into build/distributions

  3. Run Lambda function