Trigger lambda function using API call when debugging using AWS .NET Mock Lambda Test Tool #1930
Unanswered
hem-bhagat-tark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyway to trigger the lambda function using API call when debugging using AWS .NET Mock Lambda Test Tool. I tried POSTing events to the
/runtime/test-event
using Postman. I receive202 Accepted
response, but not hitting breakpoints in Visual Studio. Testing function from UI hits breakpoints as expected.Here's what I am trying to do.
I am creating Lambda for receiving Webhook calls from a third-party service. In production I would be using an API Gateway for triggering the Lambda. However, when developing it would be nice if AWS .NET Mock Lambda Test Tool provides a way to trigger the Lambda Function using API call.
Beta Was this translation helpful? Give feedback.
All reactions