Using Cloudformation Sub Function To Create And Pass through Role Arns
Recently I needed to create a role for media convert using Cloudfomration I also needed to pass that role through to my Lamdba NoddeJS fucntion within environmetal varibles. At first I thought you would need to use the GetAttr function like this. "CloudfrontUrl": { "Description": "Cloudfront Url", "Value": { "Fn::GetAtt":...