codecentric / serverless-astra-graalvm

Sample serverless order processing API using DataStax Astra Serverless and AWS Lambda.
1 stars 1 forks source link

Convert all code to Gson #13

Closed rafaroca closed 3 years ago

rafaroca commented 3 years ago

Since Jackson and Gson use different de/serialization techniques, it is beneficial for the example to just use one. This consolidates the reflect.json.

We are already set to Gson with the formkiq lambda-graal-runtime, so let's switch entirely to Gson.