Try doing `console.log(JSON.stringify(event.reques...
# sst
t
Try doing
console.log(JSON.stringify(event.requestContext, null, 2))
that should print the whole thing and yes generally that's where the information is
m
Already tried that and it doesn't have
claimsToAddOrOverride
Could it be because I am using
AWS_IAM
and not
Custom
auth?
a
From what I know, IAM based Auth only is for resource access control and not user access control.