Git Product home page Git Product logo

Comments (3)

Kotaimen avatar Kotaimen commented on June 26, 2024

Hi @GlieseRay,

Does that make sense to you to change output reference syntax from:

${Stage.Stack.OutputName}

To:

${Stage.Stack.Outputs.OutputName}

So we can add other stack references other than outputs in the future?
This syntax is also identical with what nested stack uses:

Stack.Outputs.OutputName

from awscfncli.

Kotaimen avatar Kotaimen commented on June 26, 2024

Hi @GlieseRay:

  1. I'd still like to support following use case:

    ${Stage.Stack.Config.ConfigName}
    ${Stage.Stack.Parameters.ParameterName}
    ${Stage.Stack.Outputs.OutputName}
    

    This leaves us room for future expansion. of course with 2.1 released we need to keep support for old format:

    ${Stage.Stack.OutputName}
    
  2. I think current "string template replacement" way of implement stack reference is not ideal and I would like to see it refactored.

  3. When retrieving outputs from a referenced stack data is not cached, I'm wondering that could be improved?

from awscfncli.

GlieseRay avatar GlieseRay commented on June 26, 2024

@Kotaimen
I am going to use mustache or something else. Testing.

from awscfncli.

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.