Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS SDK for Java v2 supports GraalVM #1

Open
marksailes opened this issue May 10, 2021 · 2 comments
Open

AWS SDK for Java v2 supports GraalVM #1

marksailes opened this issue May 10, 2021 · 2 comments

Comments

@marksailes
Copy link

Hey, you might be interested to know that the AWS SDK for Java v2 supports GraalVM out of the box from version 2.16.1 or later.

https://aws.amazon.com/blogs/developer/graalvm-native-image-support-in-the-aws-sdk-for-java-2-x/

@galovics
Copy link
Member

Hi @marksailes,
Oh my gosh, you can't imagine how many valuable hours I spent on the v1 SDK :)))

Thanks, I'll check it out and upgrade it.

@marksailes
Copy link
Author

Then you might also appreciate that AWS open-sourced the runtime interface client used in the managed Java runtimes.

https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-runtime-interface-client

The GraalVM config is currently in PR. So you might want to wait or take it and include the config in your own project.

This RIC has support for all the events and serialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants