dherault / serverless-offline

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

API Gateway response mapping from 403 authorizer results #1613

Open groozin opened 1 year ago

groozin commented 1 year ago

In API Gateway we have a response mapping for 403 errors coming down from authorizer. See below:

image

Is this doable using serverless-offline somehow? So as an effect we can run similar authorization use cases locally?

Thanks much ❤️