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 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions