Maximilian Schellhorn
Maximilian Schellhorn
Any updates here? Especially for GraalVM native image build which take a few minutes you will only get the output after that time with no option to check the current...
Thanks to @timmattison initial PR [here](https://github.com/awslabs/aws-crt-java/pull/464) I was able to get the CRT client now running with GraalVM. I described the full process to get the configs on the PR...
Hi @MatejNedic @antechrestos , I'll open a PR for this in early January on this repo https://github.com/awslabs/aws-crt-java - Will post the reference here and keep you posted.
@scrocquesel I would need to take a deeper look into this one. Lets track it as an issue once the first version is merged.
Hi @zerkowsm, do you have an example repo for reference and to reproduce? Best, Max
I'll take a look into the GraalVM Support and can add a working example - probably next month.
Maybe light weight alternative [jackson-jr ](https://github.com/FasterXML/jackson-jr)would do it.
Great summary and analysis. I would split this problem into two parts 1) Identifying the handler 2) Identifying the Context. 1) Identifying the handler In general the identification of the...
Good callout that it's not possible to actually infer that Tracing, Logging annotations etc. are always placed on a handler. Then the @LamdaHandler might be more appropriate. That being said...