With AWS SAM – Give Structure to your Serverless backend

What is AWS SAM? The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. With this framework, your technical team can model, materialize and test a whole backend application with a Serverless approach, providing order and control to the project, a replicable structure, and enabling its faster execution. How does AWS…

Watch option for SAM Build command.

samwatch is a tool based in nodemon that helps you monitor and transport your changes from your source tree structure to the .sam-build tree structure while developing with AWS SAM.