Skip to content

Commit

Permalink
Add requestHeaders field for Appsync lambda authorizer event (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Xiang Gong <[email protected]>
  • Loading branch information
gxstv and Xiang Gong authored Apr 10, 2024
1 parent 4a61b56 commit eb2169f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class AppSyncLambdaAuthorizerEvent {

private RequestContext requestContext;
private String authorizationToken;
private Map<String, String> requestHeaders;

@Data
@Builder(setterPrefix = "with")
Expand Down

0 comments on commit eb2169f

Please sign in to comment.