We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9546e0 commit 94069b5Copy full SHA for 94069b5
sample-apps/layer-java/function/src/main/java/example/Handler.java
@@ -10,7 +10,6 @@ public class Handler {
10
11
public String handleRequest(Map<String, String> input, Context context) throws IOException {
12
// Parse the input JSON
13
- System.out.println(input);
14
ObjectMapper objectMapper = new ObjectMapper();
15
F1Car f1Car = objectMapper.readValue(objectMapper.writeValueAsString(input), F1Car.class);
16
0 commit comments