3 methods for testing JavaScript Lambda functions
This article will discuss the different options for testing your AWS Lambda functions; the focus will be on JavaScript. Function as a service (FaaS) offerings like AWS Lambda are a blessing for software development. They remove many of the issues that come with the setup and maintenance of backend infrastructure. With much of the upfront work taken out…