So to quickly recap, we’ve split our real world Serverless app into two repos, one creates our infrastructure resources and the second creates our API services.

We’ve also split our environments across two AWS accounts; Development and Production. In this section, we are going to look at the development workflow for a real world Serverless app.

Here is roughly what we are going to be covering:

Let’s start with how you work locally on your Lambda functions.