https://pulumi.com logo
Title
e

enough-scooter-58931

03/28/2023, 11:57 AM
Hey, looking for some pointers on deployment of a backend REST service and a web app frontend. The goal is to create one IaC flow that could handle aws/azure/gcp it does not need to be a auto scaled production solution. need to host backend and frontend and hook up everything together and end up with a working website. Any suggestions? breadcrumbs i should follow?
b

billowy-army-68599

03/28/2023, 1:18 PM
Automation API will allow you to build the backend rest service: https://github.com/pulumi/automation-api-examples/ Automation API invokes a pulumi program, here’s an example pulumi program that’s multi cloud: https://github.com/pulumi/examples/tree/master/kubernetes-ts-multicloud
e

enough-scooter-58931

03/28/2023, 2:07 PM
thanks