Moving to Serverless Architecture (Part 2)
Finally back with Part2, In this part I will talk more about the stack used and my current approach to reduce my spend dramatically. Lets start by the stack.
The approach is to host all my code in Lambda functions, connect them to API Gateway and from code I would simply do my CRUD operations and query DynamoDB, the front-end will consume these APIs to get all the data needed.