Too Long; Didn't Read
In [part 1], I went through the basics of setting up the back-end for the infrastructure state tracking and deploying it to AWS. This time, I’ll focus on creating the remaining part, which is API, which will allow performing CRUD operations on it. For demonstration purposes, I'll create `/users` API endpoint that will allow users to perform CRUD. I'll start from the `iac/api` directory where all Lambdas, persistence layer and API gateway will be defined.