Scale up with GraalVM and AWS Lambdas | Kito Mann (EN)

preview_player
Показать описание
Oracle’s GraalVM can create native images with blazing-fast startup times. In this session, we’ll set up an AWS custom runtime using GraalVM, and then deploy a simple Java function using it. We’ll also take a quick look at one of GraalVM’s other killer features: support for polyglot development. It’s no secret that cold startup times of traditional JVMs have given Java a bad reputation when it comes to running on Function-as-A-Service (FaaS) platforms like AWS Lambda. Lambda does cache instances of your functions, but whenever it has to instantiate a new one, the overhead of starting a new JVM instance can be significant. It doesn’t have to be this way. Oracle’s GraalVM can create native images with blazing-fast startup times. Even though AWS Lambda doesn’t have built-in support for GraalVM, the two can be integrated using custom runtimes for AWS. Sure, GraalVM native images have some specific limitations, but depending on your use case, it may be worth it, especially for greenfield projects. In this session, we’ll set up an AWS custom runtime using GraalVM, and then deploy a simple Java function using it, comparing performance with and without GraalVM. We’ll also take a quick look at one of GraalVM’s other killer features: support for polyglot development using Python, JavaScript, C/C++, and more.

➜ Abonniere JAVAPRO und verpasse keine News:

---- Über uns: ----

JAVAPRO ist das Magazin für professionelle Java-Entwicklung in der Praxis.
Über das Magazin hinaus ist JAVAPRO Veranstalter der jährlich stattfindenden Entwickler-Konferenz JCON. Auf der JCON stehen Core Java, Enterprise Java, Microservices, APIs und Frameworks im Fokus.
Auf diesem Kanal finden sich Interviews, Sessions, Tipps & Tricks und alles, was das (Java)-Entwickler-Herz begehrt.

➜ Jetzt kostenlos Magazin anfordern:

---- Folge uns auf Social Media: ----

➜ Danke fürs Abo & fürs Zusehen!
Рекомендации по теме
Комментарии
Автор

Thanks for great video, would you mind share the code?

satishmutyala