pulumi/examples — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Pulumi examples repo that feels like a big starter library for cloud infrastructure and app deployment. I want it organized so I can quickly find examples by cloud and language, especially AWS, Azure, GCP, and Kubernetes, with lots of TypeScript examples plus Python, Go, C sharp, Java, and YAML where it makes sense.

The examples should cover common things people actually want to launch, like static sites, simple webservers, serverless functions and APIs, containers, Kubernetes clusters and sample apps, storage, databases, secrets, and a few more advanced patterns like event driven flows and multicloud basics. Each example should be in its own folder, be runnable on its own, and have a short readme that says what it creates and how to deploy it.

At the top level, add a clear readme that explains the naming pattern and helps me browse the examples fast. If there is any shared validation or preview check setup, include that too. Look up current Pulumi docs online if you need to.

Want more depth? Deep Reverse