aws / aws-proton-public-roadmap

This is the public roadmap for AWS Proton
https://aws.amazon.com/proton
Other
199 stars 13 forks source link

[Request]: Maintain multiple cloudformation templates for one pipeline infrastructure #58

Open jiwenxin90 opened 2 years ago

jiwenxin90 commented 2 years ago

Community Note

Tell us about your request For one pipeline infrastructure, can I maintain multiple cloudformation templates that would need to cross-reference each other? Is the manifest.yaml designed to support this? If so, how can I refer to resources defined in another cloudformation template? (I know CloudFormation allow us to refer to resources defined in another stack, but that would require to know the stack name ahead of time. Is there a way to specify the stack name in manifest.yaml?) Thanks!

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I have a very long CloudFormation template for my pipeline infrastructure. And I would like to separate them into multiple pieces. I would need to cross-reference between these templates.

Are you currently working around this issue? I can only use one super long cloudformation template at this moment.

rafavallina commented 2 years ago

Hi @jiwenxin90 Yes! We want to support this, but we haven't fully defined this work yet. Is this blocking you from using Proton for your workloads? I'd love to discuss further and understand the details