Skip to content

Commit 64efb5f

Browse files
committed
Remove redundant APIGatewayProxyResponseEvent reflect metadata.
1 parent 5c68bc3 commit 64efb5f

File tree

1 file changed

+2
-7
lines changed
  • examples/powertools-examples-idempotency/sam-graalvm/src/main/resources/META-INF/native-image/com.amazonaws/aws-lambda-java-events

1 file changed

+2
-7
lines changed

examples/powertools-examples-idempotency/sam-graalvm/src/main/resources/META-INF/native-image/com.amazonaws/aws-lambda-java-events/reflect-config.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@
1717
"allDeclaredMethods": true,
1818
"allDeclaredConstructors": true
1919
},
20-
{
21-
"name": "com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent",
22-
"allDeclaredFields": true,
23-
"allDeclaredMethods": true,
24-
"allDeclaredConstructors": true
25-
},
2620
{
2721
"name": "com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent",
2822
"allDeclaredConstructors": true,
2923
"allPublicConstructors": true,
3024
"allDeclaredMethods": true,
3125
"allPublicMethods": true,
26+
"allDeclaredFields": true,
3227
"allDeclaredClasses": true,
3328
"allPublicClasses": true
3429
}
35-
]
30+
]

0 commit comments

Comments
 (0)