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?

JackXe
gefragt vor 2 Jahren752 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen