This one's a bit simpler, though it's Kubernetes, ...
# general
b
This one's a bit simpler, though it's Kubernetes, not AWS: https://github.com/pulumi/examples/blob/master/kubernetes-ts-guestbook/components/k8sjs.ts. The
ServiceDeployment
class is a mashup of a
Deployment
and
Service
object, and is ever-so-slightly opinionated on inputs/outputs shapes.
f
I’m also working towards the same. For many years I’ve maintained a similar concept using jinja. Here is an example https://github.com/mingfang/jenkins-seed/blob/master/httpbin.yml