Lambda Test Tool V2 cannot detect functions that use Lambda Annotations #2285
DanielNinchev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have migrated my .NET Lambda functions to .NET 10 from .NET 8. It is using Lambda Annotations and I cannot configure the Lambda Test Tool V2 to debug the function locally. It seems to me that the Lambda handler is not recognised when using the attribute [LambdaFunction] by the test tool and when the browser window is opened, the function name doesn't appear in the top right corner like in the usual case without LambdaAnnotations. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions