You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now using Serverless with Golang to write some API functions. Because some of my APIs need Authorization before processing, so i have added a custom authorizer. Everything works good after deploying to AWS. But when i work on some APIs in my local environment ( actually i need to add some content in the response Context in my custom authorizer ), i can not figure out how to config the template.yml to run the custom authorizer.
I try to read all the issues about the custom authorizer under this repo but can not find any solution on this. Is there any way to config it to run locally?
The text was updated successfully, but these errors were encountered:
Hi,
I am now using Serverless with Golang to write some API functions. Because some of my APIs need Authorization before processing, so i have added a custom authorizer. Everything works good after deploying to AWS. But when i work on some APIs in my local environment ( actually i need to add some content in the response Context in my custom authorizer ), i can not figure out how to config the template.yml to run the custom authorizer.
I try to read all the issues about the custom authorizer under this repo but can not find any solution on this. Is there any way to config it to run locally?
The text was updated successfully, but these errors were encountered: