dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.2k stars 793 forks source link

serverless-offline + apigateway authorizer scopes #1648

Open brunocasado opened 1 year ago

brunocasado commented 1 year ago

hello guys

i'm trying to test my functions using api gateway + authorizer and it's working pretty well, but when i have to access scopes it's not working.

the following image shows that

image

i'm returning the policy like this

image

i tried everything but it's not working. i not tested on aws, thought

is it a bug?

thanks in advance