unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

Support private HTTP template URLs #39

Closed jpb closed 6 years ago

jpb commented 6 years ago

Use signed URL for http/https Templates to support non-public readable templates hosted on S3.

garbles commented 6 years ago

Seems good

jpb commented 6 years ago

It looks like this introduced a bug for rendered templates - Template: render:stack.yaml produces the error:

error: Your cloudformation Template from stack.yaml appears to use iidy's yaml pre-processor syntax.
 You need to prefix the template location with "render:".
 e.g.   Template: "render:stack.yaml"