Replies: 1 comment 1 reply
-
The issue tracker is not a place for usage questions. You can use discussions' Q&A, which I'll convert this to. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure where to ask for help on this. It seems related to this library, but I'm not entirely sure.
I'm trying to deploy an http4k application using graalvm on AWS Lambda. I swear this was working before new years 😂, but now I'm getting this error in AWS, but not locally.
Stack Trace
My adapter looks like this:
I'm using kotshi as well to get rid of reflection.
The failure spot is in this code:
at the MoshiXLite line.
If there's any more information I need to provide let me know.
edit:
oh i forgot to mention, I was following this guide to get it working in the first place. https://www.http4k.org/guide/howto/moshi_lite/
Beta Was this translation helpful? Give feedback.
All reactions