Convert To/From JSON in PowerShell (example with AWS CloudFormation)

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 6

  • @abbeydudeuk
    @abbeydudeuk 4 года назад

    I not only love your voice but also your teaching.

  • @MarkFugel
    @MarkFugel 5 лет назад +1

    Trevor...another great one! You really need to create a full class on AWS and Powershell Development ...there is VERY LITTLE out there currently and you explain things so clearly and succinctly and your examples are so easy to follow along with. I don't usually comment on these tech videos...but yours are an EXCEPTION...Thank you!!!

    • @TrevorSullivan
      @TrevorSullivan  5 лет назад

      Thanks again, Mark! I've do plan to create more content like this. For now, it's just a side project that I work on when I have time. :)

  • @anirbandebnath7845
    @anirbandebnath7845 2 года назад

    So in both the cases we need to write the output structure but the difference here is writing a hash table is easier than json. Am I right?

  • @srikanthdondapati5524
    @srikanthdondapati5524 3 года назад

    Hi Trevor, I downloaded the Microsoft Visual Studio Studio, but when I am trying to type New-CFNStack it did not getting any intelligence it, do I need to install any additional modules for JSON ?
    Please help me

  • @MichaelSmith-os8qv
    @MichaelSmith-os8qv 6 лет назад

    Hello, I downloaded the Microsoft Visual Studio Studio, but when I typed New-CFNStack it did not find it, do I need to install any additional modules for JSON ?
    or how I can use the PowerShell commands to point it to JSON templates to use it for AWS, for example, my JSON script will be running on sublime Text 1.4, so how I can use regular PowerShell to Convert To/From JSON ?