🔗Connector
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.

Connecting Resources
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 an S3 or SQS trigger to a Lambda Function to activate the function
Connect a CloudWatch alarm to a Load Balancer to modify it when thresholds are crossed
Permissions
In many cases, creating a connector will also automatically grant the necessary read permissions for the receiving resource to access the source resource.

Last updated