Skip to content

Commit

Permalink
Add requestHeaders field for Appsync lambda authorizer event
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiang Gong committed Apr 8, 2024
1 parent 4a61b56 commit 364de2b
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 364de2b

Please sign in to comment.