Skip to content

desnudopenguino/aws-lambda-jruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-jruby

Run ruby code on JRuby on AWS Lambda Java

Now with serverless.yaml!

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

  1. Upload zip file

Zip file is created into build/distributions

  1. Run Lambda function

needs timeout of at least 60 sec for the first execution of the lambda

About

Run ruby code on JRuby on AWS Lambda Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.7%
  • Ruby 5.3%