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
- Host: GitHub
- URL: https://github.com/bnusunny/supersonic-java-on-lambda
- Owner: bnusunny
- License: apache-2.0
- Created: 2019-06-19T02:37:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T15:17:49.000Z (over 3 years ago)
- Last Synced: 2023-08-11T18:19:03.779Z (almost 3 years ago)
- Topics: graalvm, java, lambda, quarkusio
- Language: Java
- Homepage:
- Size: 11.8 MB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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