cero-t / lambda-graal

Native binary running as AWS Lambda custom runtime built by GraalVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Native binary running as AWS Lambda custom runtime built by GraalVM


Languages

Language:Java 66.5%Language:Shell 21.0%Language:Dockerfile 12.5%