Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 431 Bytes

File metadata and controls

5 lines (3 loc) · 431 Bytes

ServerlessPatterns - Writing Testable Lambda Business Logic

This repository contains the same module implemented twice. The first implementation (Example-1) is a straightforward implementation of a simple CRUD API for creating a blog posts in markdown and rendering them to HTML.

The second implementation (Example-2) uses the Dependency Provider pattern and adds unit tests to confirm the behavior of the business logic.