Contact Form with Node.js, Lambda and SES

AWS Lambda functions are extremely efficient at handling small, focused tasks. If you manage to break your entire application in small services then you don’t have to bother maintaining and scaling virtual instances. Having a couple of functions that run … Read more

Similar

Using Node.js Event Loop for Timing Attacks

A little over 3 years ago, a few friends and I started a group called pasten to participate in the Chaos Computer Club's Capture The Flag (CTF) competition. It is a jeopardy style CTF, where the participating teams need to solve security related challenge... (more…)

Read more »