1

How do I debug a AWS lambda services created with .NET Core locally using AWS .NET Mock Lambda Test Tool?

enter image description here

2
  • Show that have you tried ways to solve this problem. Commented Feb 27, 2020 at 14:07
  • I need solution for debugging a AWS lambda services created with .NET Core API locally using AWS .NET Mock Lambda Test Tool. I dont no how to proceed with this tool for Web API Commented Feb 27, 2020 at 14:09

1 Answer 1

1

Are aws-lambda-tools-defaults.json and template configured correctly? If it is not, the function part may appear empty.

 {
  "Information": [
    "This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI."
  ],
  "profile": "default",
  "region": "eu-central-1",
  "configuration": "Release",
  "framework": "netcoreapp3.1",
  "template": "serverless.template"
}
Sign up to request clarification or add additional context in comments.

1 Comment

Do you happen to have the link with the information of what should go in that json? I've been looking for it, but have found nothing. I want to set the mock tool to take multiple functions, not just one.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.