Skip to content

Commit 52aa088

Browse files
committed
rename
1 parent 33cbc3d commit 52aa088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@Getter
2828
@NoArgsConstructor
2929
@Setter
30-
public class APIGatewayV2HttpApiRequest {
30+
public class APIGatewayV2HTTPEvent {
3131
private String version;
3232
private String routeKey;
3333
private String rawPath;
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@Getter
3030
@NoArgsConstructor
3131
@Setter
32-
public class APIGatewayV2HttpApiResponse {
32+
public class APIGatewayV2HTTPResponse {
3333
private int statusCode;
3434
private Map<String, String> headers;
3535
private Map<String, List<String>> multiValueHeaders;

0 commit comments

Comments
 (0)