@liflig/cdk

    Type Alias IntegrationProps

    IntegrationProps:
        | { type: "ALB" } & AlbIntegrationProps
        | { type: "Lambda" } & LambdaIntegrationProps
        | { type: "SQS" } & SqsIntegrationProps
        | { type: "EventBridge" } & EventBridgeIntegrationProps

    Type declaration

    • { type: "ALB" } & AlbIntegrationProps

      Use this when connecting the route to an ALB (Application Load Balancer).

    • { type: "Lambda" } & LambdaIntegrationProps

      Use this when connecting route to a Lambda.

    • { type: "SQS" } & SqsIntegrationProps

      Use this when connecting a route to send to an SQS queue.

    • { type: "EventBridge" } & EventBridgeIntegrationProps

      Use this when connecting a route to send to an EventBridge event bus.

    MMNEPVFCICPMFPCPTTAAATR