EventBridge Rule to trigger stored procedures for Redshift Serverless Cluster

0

Hi AWS, I am trying to create an EventBridge rule for Redshift Serverless cluster stored procedures. Also I was not able to find any documentation regarding the stored procedures for serverless in general.

Can you please help me with that?

profile picture
Arjun
已提問 10 個月前檢視次數 775 次
2 個答案
1

Maybe you can use a Lambda function triggered by CW event that connects to Redshift and execute a SQL CALL command.

AWS
已回答 10 個月前
0
已接受的答案

This page https://docs.aws.amazon.com/redshift/latest/mgmt/data-api-calling-event-bridge.html provides the details of how to use Amazon Redshift Data API with Amazon EventBridge using a schedule. Instead of schedule you can switch to EventBridge event trigger.

profile pictureAWS
已回答 10 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南