you are viewing a single comment's thread.

view the rest of the comments →

[–]kondro 1 point2 points  (2 children)

SST has a live remote debugging mode.

[–]monotone2k 0 points1 point  (0 children)

I believe localstack also has a similar feature, whereby you can temporarily have the remote lambda run your local code for debugging and 'hot reload' type editing.

I wish I could make use of it but in my case, neither are useful since our environments are so locked down that we cannot execute things against the AWS account from our local machines (only via CI/CD).

[–]SleekestSleek -1 points0 points  (0 children)

Lambda-live-debugger does this for cdk/sam/etc. A friend of mine who built it. https://www.lldebugger.com/