Hi All, I’m new to Pulumi and would like to know ...
# aws
a
Hi All, I’m new to Pulumi and would like to know how I can add or create a react app inside an already existing Pulumi project that has a website hosted on an S3 bucket and deployed through GitHub actions. If anyone has some info to share that would be great. Thanks! David.
b
HI David, we have some templates that you can use to deploy an app to S3 behind cloud front: https://www.pulumi.com/templates/static-website/aws/ We also have a GitHub Action that makes it easier to deploy using Pulumi: https://www.pulumi.com/docs/using-pulumi/continuous-delivery/github-actions/