/lambda-graal

Native binary running as AWS Lambda custom runtime built by GraalVM

Primary LanguageJava

lambda-graal

Native binary running as AWS Lambda custom runtime built by GraalVM

Pre-request

Following tools should be installed.

  1. Docker
  2. aws-cli
  3. JDK8

Usage

Deploy whichever you like.

Java custom runtime

  1. Open deploy_java.sh and fix role in line 12
  2. Run deploy_java.sh

Native custom runtime

  1. Open deploy_native.sh and fix role in line 12
  2. Run deploy_native.sh