AWS User Group Meeting, Cambridge, July 10th, 2018
Serverless technologies bring you to adopt event-driven architectures. I created “Serverless by Design”, an open source tool that can help you to quickly think, build and iterate on a visual representation of your project. First, it can map event-driven architectures to a network model, actually a directed graph, easy to edit and visualize. Services and functions are nodes of the network, and the interaction between services and functions (such as triggers, read/write access, and other integrations) are edges. Then, it can build the starting code of your app using AWS SAM templates. To manage updates, you can configure safe deployments, that can be the starting point to implement a CI/CD pipeline.