azure-functions-java-worker
azure-functions-java-worker copied to clipboard
Add support for GraalVM native function
Hi,
I would like to know if exist any plan to add support for Graal VM Native image.
Many thanks in advance
Juan Antonio
cc @anirudhgarg @amamounelsayed for triage.
@jabrena - we dont have any plans to do this at present. Will have to investigate.
If you compare other alternatives like AWS, Amazon Lambdas support Native code. It could be pretty interesting that investigation to add support for Native code to run on Azure Functions
Many thanks in advance
Juan Antonio
This is just using a custom handler (so it can be improved), but I have here a fully working example of using GraalVM with Spring on Azure Functions: https://github.com/jdubois/azure-native-spring-function
This is just using a custom handler (so it can be improved), but I have here a fully working example of using GraalVM with Spring on Azure Functions: https://github.com/jdubois/azure-native-spring-function
nice example! Thanks and Regards.
Hi @anirudhgarg , with Microsoft announcing support for GraalVM in Azure SDK for Java . Is this still something which is still not in pipeline ? Given the huge adoption of native images due to their tremendous benefits, specifically in serverless infrastructure, this feature should be planned provided the other major cloud providers already have similar support ?