Unit Test your Java Lambda functions

preview_player
Показать описание
Unit testing is a vital part of the software development life cycle. Providing fast feedback to developers to ensure your business logic is working as it should be is essential for a productive workflow.

Building single purpose Lambda functions can require a shift in thinking for developers. Nowhere more so than with testing. As a general rule of thumb, unit test your business logic locally and test everything else in the cloud.

In this video, you will learn how to apply good testing practices and debug locally when building serverless Java applications with AWS Lambda & AWS SAM.

00:00 - Introduction
01:20 - The Function Under Test
02:20 - Data Access
03:30 - Function Constructors
04:50 - Unit Test Project
06:10 - Parameterized Tests
07:00 - Test Event Payloads
08:30 - Capturing Arguments
11:15 - Local Debugging
12:25 - Testing with AWS SAM

Links

Рекомендации по теме
Комментарии
Автор

Great video about unit testing lambda functions! thanks for sharing

usabnd