.Net 6.0 Filters issue with AWS Lambda

0

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

  • What errors are you getting? Can you please post the actual error ?

質問済み 2年前264ビュー
1回答
0

Hello,

Thanks for reaching out!

I was looking over your question and discussing this with a few of my colleagues and the best place to get some assistance would be our aws-lambda-dotnet GitHub repository: https://github.com/aws/aws-lambda-dotnet

If you can share your code sample there the developers can take a better peek and make some recommendations.

AWS
サポートエンジニア
Tim_P
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ