- Newest
- Most votes
- Most comments
Hi,
The way I would do that is with SSM System Manager Parameter Store: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html
I would store the value of the variable that you want to pass to the Pipeline at the moment (i.e. right before) the event is fired: your description says that you know it at this moment. Then, I would add an initial stage to the pipeline to retrieve the value of the variable.
You can link the parameter name in SSM to the name (name of param = name of event type) or moment (by adding a timestamp when updated / created) of the EventBridge event if it makes retrieval easier.
Look at this KC article for additional details on how to do it: https://repost.aws/knowledge-center/ssm-reference-parameters
I often use SSM System Parameter to share such values across disjointed services.
Best,
Didier
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 9 days ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago