Hello, just wanting to get some feedback on an app...
# general
h
Hello, just wanting to get some feedback on an approach I’m hacking around with … I’m setting up Cognito with pulumi, which then needs to feed a couple of IDs into my React app, which then is deployed back through pulumi. To make the deployment more smooth I’m toying with running the react build within a pulumi component. Though it’s a little rough around the edges, it’s kinda working. My question is … is this a complete misuse of components … and is there a better way to get this kind of integration?