Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Modifying AppSyncLambdaAuthorizerEvent to incude requestHeaders
  • Loading branch information
Prashant Vissa committed Jul 11, 2023
commit afcdc34df9cf80ad3c9235805d61315dd202a299
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 MutableMap<CharSequence, Any> requestHeaders;

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