You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rain packages a templates all objects are uploaded to the S3 Bucket passed into the pkg command, but sometimes artifacts need to be in specific Buckets.
My use case here:
In a CloudFormation Stack, I define an AWS::CloudFormation::StackSet Resource, and that StackSet deploys to different Regions. I'd like that template to look something like
I solve this currently by doing the artifact uploads in CI outside of rain, then passing the Object Names in as Parameters to the StackSet, and building the S3 URIs with !Sub, but I'd like to do this in rain as it reduces the wiring complexity.
The text was updated successfully, but these errors were encountered:
When rain packages a templates all objects are uploaded to the S3 Bucket passed into the pkg command, but sometimes artifacts need to be in specific Buckets.
My use case here:
In a CloudFormation Stack, I define an AWS::CloudFormation::StackSet Resource, and that StackSet deploys to different Regions. I'd like that template to look something like
The template the stackset deploys takes the S3 URI (generated by rain) as a Parameter.
Would you be open to this as a feature?
I solve this currently by doing the artifact uploads in CI outside of rain, then passing the Object Names in as Parameters to the StackSet, and building the S3 URIs with !Sub, but I'd like to do this in
rain
as it reduces the wiring complexity.The text was updated successfully, but these errors were encountered: