Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run ruby code on JRuby on AWS Lambda Java

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages