Posts Tagged: Java

Debugging a Lambda with VSCode

Writing code for the cloud is great! So many positives that it just makes sense. The biggest downside with some is debugging your code….it gets tricky making a change, deploy, test then dig through your logs. Of course this can be automated but still get tiresome. With AWS enhancing their SAM (Serverless Application Model), it is now possible to actually run your lambdas locally within a docker container and have your IDE’s debugger attach. There are plenty of tools/plugins to utilize this (Eclipse, IntelliJ, Visual Studio…full list here) but I’m a big fan of Visual Studio Code. So let’s take a deeper dive in how to debug our java lambda line by line with VSCode!

ClearDial – Java/Linux Notifier

ClearDial Notifier for Java/Linux

The Java Notifier for ClearDial is to be used along side the ClearDial app for Windows Phone. It is required in order for your Windows Phone to receive notifications.

ClearDial – Windows Notifier

Windows Notifier for ClearDial

The Windows Notifier for ClearDial is to be used along side the ClearDial app for Windows Phone. It is required in order for your Windows Phone to receive notifications.