Access Parameter Store Values in EventBridge Input Transform

0

I currently have an input transformer that is modifying an event and forwarding on certain values to an API Destination. I am hoping that it is also possible to access some values in parameter store, so that I can also add these values to my transformed event. Is this possible?

1回答
0

I do not believe that is possible. You may be able to hardcode the parameter name as part of the input transformer but to actually lookup the parameter would have to be done by the target/destination.

Other option is to create your own schema that includes the value needed already: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-schema.html

AWS
回答済み 2年前

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

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

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

関連するコンテンツ