I know how to enable node-red to be used to create AWS infrastructure and I would like to know if you would use it or not. Today I built the the first node that represents a "Stack"
Clicking on the button deploys the stack to a configurable AWS Account (config node)
Constructs would be represented as Nodes. Constructs that can emmit events could be represented with outputs. For example, an S3 bucket could be linked to an SQS or a Lambda with a wire. You could create and test your lambda function from within node-red.