Skip to content

c9katayama/aws-lambda-jruby

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages