1 Answer
- Newest
- Most votes
- Most comments
0
According to AWS documentation:
You cannot create cross-Region actions for the following action types: Source actions, Third-party actions, Custom actions
You can find more details regarding cross-region behaviour of AWS Codepipeline here in meantime: https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-create-cross-region.html
Regarding workarounds: there would be two direct ways:
- Repo cross-region replication
- You can hook whatever you desire via AWS EventBridge as there is plenty of triggers being sent to EventBridge: https://docs.aws.amazon.com/codecommit/latest/userguide/monitoring-events.html
answered 3 years ago
Relevant content
- asked 2 years ago
