Simon Gilbert

My insights into .Net, Distributed Systems, Unit Testing & Cloud Computing!

April 14, 2021

Integration Testing a Typescript Lambda API using Jest (& Supertest)

Integration Testing is a level of software testing where individual units are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units. Today we’re going to look at doing Integration Testing using Jest and Supertest.

August 7, 2020

Setting Up The Serverless Lambda Framework Within AWS

Serverless Lambda - I’m sure you’ve heard all about it and are keen to get coding some serverless functions, but before we get started, we need to configure AWS to allow us to create and deploy Serverless projects, so today we’re going to cover getting setup with Serverless in AWS!

Menu