GithubHelp home page GithubHelp logo

Comments (5)

joeduffy avatar joeduffy commented on May 13, 2024

Are we sure we want to do this? After fixing pulumi/pulumi#331, the example will be rather simple, and show off many nice aspects of the platform.

It'll just be

import * as aws from "@pulumi/aws";
import * as webserver from "./webserver"; // use the new custom component
for (let zone of aws.getAvailabilityZones().names) {
    let server = webserver.createInstance(`web-server-www-${i}`, "t2.micro", zone);
}

from examples.

lukehoban avatar lukehoban commented on May 13, 2024

Totally agreed - if/when we address pulumi/pulumi#331, I'd love to have this example.

It's just a shame to have one of of earliest examples highlight the current ugliness of our system here so prominently right now for potential customers we are sharing this with right now.

If we feel confident we'll have addressed pulumi/pulumi#331 in the near term, then we can leave this as is.

from examples.

joeduffy avatar joeduffy commented on May 13, 2024

I propose we focus on just finishing the underlying work item here, and save the busywork of churning our examples. We can't ship without #331, and it's destabilizing enough that we can't afford for it to go beyond M10.

from examples.

lukehoban avatar lukehoban commented on May 13, 2024

Works for me. Closing this one out for now. @lindydonna Feel free to reopen if you feel differently.

from examples.

lindydonna avatar lindydonna commented on May 13, 2024

I love how simple the example will be! Agree with keeping it for now.

from examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.