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ヶ月前780ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ