FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docker-lambda/examples/java at master · bin2000/docker-lambda · GitHub

Latest commit

 

History

History
 
 

Java 8 docker-lambda example

This example requires Gradle to be installed to build and layout the classes and jars correctly.

Run with:

# Will place the compiled code in `./build/docker`
gradle build

# Then you can run using that directory as the task directory
docker run --rm -v "$PWD/build/docker":/var/task lambci/lambda:java8 org.lambci.lambda.ExampleHandler '{"some": "event"}'

Back | FazBrowse Home | New Git URL