Tagged in

Dynamodb

A man with no server
A man with no server
The history of my journey creating Serverless applications
More information
Followers
323
Elsewhere
More, on Medium

Running AWS Lambda and API Gateway locally: serverless-offline

On previous posts we talked about how to build unit tests for our Serverless application. While unit testing works great for TDD (Test Driven Development), in some moment we will want to run our Lambda application locally…


Unit testing a Serverless application (part 2)

On our previous post we started to shape a sample Serverless project to decouple it’s business logic, allowing us to write effective tests for it.