msandy10
msandy10
Are we planning to support HTTP APIs request in near future, look like micronaut-function-aws-api-proxy library level change to support http request. HTTP APIs are optimized for building APIs that proxy...
Hi Team, I have recently upgraded Micronauts from 1.1.1 to 1.3.6 and AWS SDK Lambda 2 with GraalVM Native image, we are invoking lambda function using request_response type and capturing...
Observed that Jackson Mapper `mapper.writeValueAsString(request)` are not working in GraalVM, it converted object to json like `{}` instead of `{\"resource\":\"/resource\",\"path\":\"/path",\"httpMethod\":\"GET\",\"multiValueQueryStringParameters\":{\"email\":\"[email protected]\"}}` thats why aws sdk lambda giving json response `{""statusCode"":404,""multiValueHeaders"":{},""isBase64Encoded"":false}` code...
- **_[Graalvm 19.2.1](https://github.com/oracle/graal/releases/download/vm-19.2.1/graalvm-ce-linux-amd64-19.2.1.tar.gz)_** unable to reproduce in local(gu have an issue) able to reproduce with an existing image - **_[Graalvm 19.3.+ & 20.0.0]_** both are giving native image generation issue,...
@graemerocher I have attached an example for a reproducing the issue, can you please have a look on code