Problem building lambda function

Hi @hrishikesh thanks for the follow-up and example. It’s working fine, apparently.

I see that I had just misunderstood how the debugger works. I was confused because when not running the debugger, I could set a breakpoint with a red dot in the margin like this:

But once running the debugger, it would be an empty grey circle, with this message appearing when I hovered over it:

I don’t really understand why it’s giving that message, however once I invoke the function, the breakpoint I set does actually work:

So bottom line, it works, and thanks for your help. And if you or anyone can help me understand why I get the message with the grey circle, I’d be grateful!

@paulrudy glad to hear things are working! We’re not sure why that might be happening in VS Code, but I’d recommend checking out their documentation for more info there. Let us know if you have any other questions!

1 Like