Step-through debugging in VSCode with Postman #3519
Labels
feature-request
New feature or enhancement. May require GitHub community feedback.
guidance
General information and guidance, answers to FAQs, or recommended best practices/resources.
lambda
sam
service:apigateway
System details (run the
AWS: About Toolkit
command)OS: Linux x64 5.10.16.3-microsoft-standard-WSL2
Visual Studio Code extension host: 1.78.2
AWS Toolkit: 1.72.0
node: 16.17.1
Question
So I understand I can invoke Lambdas locally in various ways. All of these ways consist of sending a payload and the debugging session only lasts for one request cycle.
I'd love to be able to start the APIG instance with
sam local start-api
and be able to step-through debug while hitting the API from Postman.It seems this just isn't possible?
I have tried using a combination of
sam local start-api -d 5858
and configuring my VSCodelaunch.json
to attach to port 5858, however this does not work as expected.Any advice or guidance here? With Azure Functions, I can just press F5 and everything works as expected...
The text was updated successfully, but these errors were encountered: