Skip to content

Commit afcdc34

Browse files
author
Prashant Vissa
committed
Modifying AppSyncLambdaAuthorizerEvent to incude requestHeaders
1 parent f6358f7 commit afcdc34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/AppSyncLambdaAuthorizerEvent.java

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class AppSyncLambdaAuthorizerEvent {
3030

3131
private RequestContext requestContext;
3232
private String authorizationToken;
33+
private MutableMap<CharSequence, Any> requestHeaders;
3334

3435
@Data
3536
@Builder(setterPrefix = "with")

0 commit comments

Comments
 (0)