Mohammad Moattar

Results 12 comments of Mohammad Moattar

The local debugging of the SAM is poor. I've tried vscode (Typescript) and Rider (Visual studio). It both cases I can run the Lambda but debug is a completely different...

In most of the presentations/videos regarding SAM support in different IDEs/Languages, there is a debug/run action in the source code editor (In vs code on top of lambda function and...

I've got an update which I think solved the issue for the Rider. I haven't tested this, but I will leave an update when I had a successful run.

Now it is working ![image](https://user-images.githubusercontent.com/1560935/93882453-26a98200-fcd8-11ea-9001-e3bd35283e59.png) I get this when I try to debug: 13:27 Error running '[Local] FunctionHandler': Function did not return value within PT30S 13:29 Debugger attach error: Unable...

Thanks. It worked and is doing the debugging. It needs a little bit of improvement specially to make it dependable tool but it serves the purpose now. Thanks for the...

> I've added a +1 here after being directed here through inquiry about this. I'd like to work on an IntelliJ plugin to help my team collaborate remotely during this...

> I don't think JetBrains ignores heterogeneous environments, tbh. I've had licensing for their products for quite a few years now, both through their open-source initiatives and, for the last...

I like the idea of `auto` but I think the `string typeof xxx` is far from being useful. What is wrong with extending the types instead. The annotation for allowed...

Any update on this feature?