old Inkdrop Documentation
  • Getting Started
    • 🚀Getting Started
  • FAQ
    • 📃FAQ
  • Core Concepts
    • 🧱Resource
    • 🔗Connector
    • 📦Wrapper
    • 📋Sidebar
    • 👩‍💻Code and Deployment
    • ⚙️Overriding Properties with the Codebox
  • Ressources
    • S3 Bucket
    • Lambda Functions
    • IAM Roles
    • API Endpoint
    • Fargate
    • Dynamo DB
    • RDS
    • SQS
    • SNS
  • Custom Code
    • Validating your cloud architecture
Powered by GitBook
On this page
  • Connecting Resources
  • Permissions
  1. Core Concepts

Connector

PreviousResourceNextWrapper

Last updated 1 year ago

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.

For example, an S3 trigger connector has properties to specify if it should activate on object creation or deletion events.

Some common examples:

  • 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.

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.

🔗
S3
SQS
Lambda Function
SQS Queue
Lambda Function
Connector flowing from one resource to another resource
Compatible resources highlighted and incompatible ones greyed out when creating a connector
Example of a connector granting permissions from one resource to another