Kunal Sonar

Kunal Sonar

  • NA
  • 3
  • 657

.Net 6 Filters issue with AWS Lambda

Jun 13 2022 9:20 AM

I am developing AWS serverless application in .net 6.0. I have implemented 2 filters, IAuthorizationFilter and IActionFilter in my application. Both work fine on my local machine. But When I deploy my application on AWS lambda, Action filter is not working properly. I get response from both Action filter and controller. It is expected that I should get result only from action filter, which works fine on local environment. Please suggest solution for this issue


Answers (1)