Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 714 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 714 Bytes

AWS Lambda with Custom Runtime and GraalVM

Here you can see 6 implementations of the microservice: img.png

  • Java V1 - is the first Java implementation without optimisations
  • Java V2 - is the optimised Java version
  • Java V3 - is a GraalVM Lambda implementation
  • Go-lambda - is a Go implementation
  • Node-lambda - is a NodeJs implementation
  • Python-lambda - is a Python implementation

Build and deploy

Requirements:

  • Docker
  • Maven
  • Java 11
  • NPM
  • Golang
  • SAM

to deploy the service just run:

sh build.sh

Performance result:

Cold start img_1.png

Warmed up (256Mb Lambda, ~3000 iterations for the 1 lambda) img.png