Connector
Last updated
Last updated
Connectors in our platform are represented as arrows in the UI flowing from one resource to another resource. They visually show how different resources are connected in the architecture.
Connectors are created by using the arrow tool and dragging it from one resource to another.
Connectors can only connect two resources if their input and output types match up as a valid pair. When you enter the connector tool, incompatible resources will be greyed out and only relevant resources highlighted to show possible connections.
There are different subtypes of connections depending on the resource types being connected.
Some common examples:
Connect a CloudWatch alarm to a Load Balancer to modify it when thresholds are crossed
In many cases, creating a connector will also automatically grant the necessary read permissions for the receiving resource to access the source resource.
Connect an or trigger to a to activate the function
For example, connecting an to a allows the function to read messages from the queue.