hi all, does anyone know of any generic patterns I...
# general
i
hi all, does anyone know of any generic patterns I could use to be able to deploy more basic primitives? e.g. deploy & manage a remote file, via a HTTP interface, by running a prebuilt server on the target & using a compatible pulumi resource to manage the file? I'm trying to build a way to deploy new stream configs to a data processor called Benthos. Their REST API doesn't actually persist deployed resources to disk so they all get wiped on reboot, but they do have a --watcher mode so I can deploy by managing files. Just need a simple way to do so via Pulumi. Both deployer and benthos are running on fly.io machines