Lambda Annotations vs Multiple SQS lambda functions #1829
-
Hi, I am needing to build a solution using .net core, consisting of
Can I write this using one visual studio project (.csproj) consisting of one Functions.cs file containing the definition of the two API endpoints and three SQS functions? If so, how do I use the "AWS .NET 8.0 Mock Lambda Test Tool" to step through the specific functions defined, by default choosing an SQS test message always selects the first SQS function. Or should I have one project for the API endpoints and three individual projects for each of the SQS functions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Never mind, I missed the Function drop-down in the Mock Lambda Test tool |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Never mind, I missed the Function drop-down in the Mock Lambda Test tool