An open API service indexing awesome lists of open source software.

https://github.com/bnusunny/supersonic-java-on-lambda

Best practices for reducing Java lambda cold start time
https://github.com/bnusunny/supersonic-java-on-lambda

graalvm java lambda quarkusio

Last synced: 9 months ago
JSON representation

Best practices for reducing Java lambda cold start time

Awesome Lists containing this project

README

          

# supersonic-java-on-lambda

This repo contains a collections of example lambda functions and their cold start time. We use these examples and cold start data to demenstrate how to achieve sub second cold start time for Java Lambda functions.

### prerequisites

To run these examples, you should first install the following prerequisites:

1. awscli
2. nodejs + npm
3. serverless framework
4. jdk 8.0.212
5. maven
6. docker