Spring Boot 3.2 Spring Cloud 2021.0.6
I have this simple projetct with AWS Parameter store value to be load in a rest end point :
curl --location 'http://localhost:8080/param'
It works fine in JVM version, it compiles as well with nativeCompile but the native code not starts.
- please set the following credentials to execute the server :
export AWS_ACCESS_KEY_ID=AKIAXMDC5B4B3IYMKFE6 export AWS_SECRET_ACCESS_KEY=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
This a temp user to access AWS Parameter store
Comment From: wilkinsona
Spring Cloud AWS is a separate project and I'm not sure if they support Graal yet. There is some discussion in this issue which, at the time of writing, remains open.