Git Product home page Git Product logo

humidifier's Issues

Support for AWS SAM

How would I go about adding support for AWS SAM into your library?

Basically it's a kind of self-expanding CloudFormation template transform that introduces new CLoudFormation types such as AWS::Serverless::Api and AWS::Serverless::Function

https://docs.aws.amazon.com/lambda/latest/dg/serverless_app.html

I see that you're using the namespace to form the Type attribute by replacing Humidifier with "AWS::" so I'm not sure how I can inherit from your classes to add the missing functionality.

Ultimately I'm attempting to insert an AWS::Serverless::Api entry with a "DefinitionBody" property set to a json swagger definition string

AWS CDK

Will AWS CDK supercede this project?

PolicyDocumentBuilder

Adding Statement's to a PolicyDocument is a bit of a chore. Come up with a way to make this nicer.

Feature Request: Validate template for tags

Since not all Cloudformation Resources have a Tag attribute, but usually have this implemented at some later stage, It would be useful to validate that the current state of the resource does have the Tag attribute, and possibly throw a warning if it was not supplied.

Your thoughts?

Cheers ๐Ÿบ

Support for AWS::CloudFormation::Interface

Using Humidifier v0.2.15

It doesn't seem to be currently possible to generate a Metadata stack entry. AFAIK, this is only used for the AWS::CloudFormation::Interface resource type which is handled in a really unusual manner.

Metadata: 
  AWS::CloudFormation::Interface: 
    ParameterGroups: 
      - 
        Label: 
          default: "Network Configuration"
        Parameters: 
          - VPCID
          - SubnetId
          - SecurityGroupID
      - 
        Label: 
          default: "Amazon EC2 Configuration"
        Parameters: 
          - InstanceType
          - KeyName
    ParameterLabels: 
      VPCID: 
        default: "Which VPC should this be deployed to?"

See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html

Incomplete attributes for some resources.

I'd like to use the nested Attributes class to generate valid Fn::GetAtt expressions. While randomly poking around the Humidifier resource definitions, I noticed that some attribute definitions are incomplete.

For example, Humidifier.AmazonMQ.Broker is missing Arn, ConfigurationId, ConfigurationRevision. Also, BrokerId doesn't actually exist. See AWS::AmazonMQ::Broker documentation page.

Similarly, Humidifier.ElastiCache.CacheCluster is missing ConfigurationEndpoint.Address, ConfigurationEndpoint.Port, RedisEndpoint.Address, and RedisEndpoint.Port. See AWS::ElastiCache::CacheCluster documentation page.

Most of the ones I checked were complete and accurate, so this is not a widespread issue. I did not check all of them, so I don't know if there are additional ones.

Let me know if I can provide additional information. Thanks.

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.