We're trying to deploy a React app with Pulumi, an...
# general
p
We're trying to deploy a React app with Pulumi, and struggling with https://github.com/pulumi/pulumi-aws-static-website/issues/29 It looks like this bug has been around for a few months now. Does anyone have any insight? Is there a better-supported easy way to deploy a static website to a CDN in AWS?
s
I’m sorry that you’ve run into an issue with that component. You could try using one of the
static-website-aws-<lang>
templates available via `pulumi new`; they don’t use that component and use individual resources instead.