Giter Club home page Giter Club logo

firefly.cloudformationparser's Introduction

Firefly.CloudFormationParser

Build status

Nuget

WORK IN PROGESS

This project is currently quite fluid and breaking changes may be introduced at any time - use with caution! I hope to stabilise it by early 2022.

There are so many questions on Stack Overflow and other sites related to the parsing of CloudFormation Templates in .NET. This is a problem I really wanted to solve once and for all, as I have several other repos here that have half-cocked CloudFormation support, and this package will be gradually integrated into them. This integration work is the cause of the fluidity of this project as I keep running into new requirements that sometime involve fairly major refactorings.

I set out to solve the five main issues I see with parsing CloudFormation effectively, plus I wanted to be able to understand the dependency relationship between objects declared in a template. Should you for instance want to create a CloudFormation Linter, most of what you would need is here.

Using this library, templates may be parsed from a number of sources, currently:

  • A string
  • A file
  • A stream
  • From a deployed CloudFormation Stack
  • From a template stored in S3

Targets

  • .NET Standard

Supports Source Link (using dedicated symbol packages)

To get it working you need to:

Next Steps

firefly.cloudformationparser's People

Contributors

fireflycons avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

firefly.cloudformationparser's Issues

Exception thrown on creating new stack with nested stacks

Exception Dump:
- AggregateException: One or more errors occurred. (Template error: YAML aliases are not allowed in CloudFormation templates)
-   AmazonCloudFormationException: Template error: YAML aliases are not allowed in CloudFormation templates
-     HttpErrorResponseException: Exception of type 'Amazon.Runtime.Internal.HttpErrorResponseException' was thrown.
New-PSCFNStack: Template error: YAML aliases are not allowed in CloudFormation templates

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.