Hello everybody!
I am working on a tool called ng-deploy-universal.
https://github.com/Dev-Thought/ng-deploy-universal/
It will help developer easy to create / delete their infrastructure. I am struggling a bit with gcp and would like to know where I can find a good example for following infrastructure:
• staticDeployment
• cdn creation and mapping
• custom domain mapping to cdn
So at the end I am searching for a piece of code like this example just only for gcp.
https://github.com/pulumi/examples/tree/master/aws-ts-static-website
Maybe I just can’t find the example in the pulumi repo.
I hope you can help me!