I was try to run static site example this morning ...
# general
s
I was try to run static site example this morning and ran into this error when running
pulumi up
https://github.com/pulumi/examples/tree/master/aws-ts-static-website
g
I think this is due to a recent change in the pulumi-aws SDK and this example hasn't been updated for it.
I'll take a look...
s
I was able to move forward by commenting out that code block and setting a cert arn manually.
b
I am fixing this right now...
👍 1
Hi @swift-painter-31084, Just circling back on this loop - a fix was released for this issue you found in https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG.md#01817-2019-07-05 Please let me know if there are still problems here
s
Thanks very much Paul!