I\'m calling an aws lambda with a json body. So the fields of the json are with different name from the ones in the POJO. So what I did is to add @JsonProperty on the fields
create getter methods for the properties and put @JsonProperty on the getter methods.