The Automation Studio provides templates that can be used in various use cases. Template provides Flow examples for each situation, so you can create Flows faster and easier.
The 'Web : TODO app backend' and 'Web : TODO app frontend' template provides a example that using AWS SDK. Through this tutorial, you can learn ...
When DB Query nodes are invoked, DB Config node is required.
You can extend this flow by connecting it to your Database using the Database Query node.
this node providing basic access authentication for the Http request node.
You can create a simple web page. This flow implements a simple TODO app that calls the "TODO App backend" template.
You can develop microservice using RDBMS. This flow is a CRUD sample for developing backend api of TODO app. body
{ "id": string, "todo": string, "checked": string, "created": datetime, "updated": datetime }