cloudformation-template-generator icon indicating copy to clipboard operation
cloudformation-template-generator copied to clipboard

A type-safe Scala DSL for generating CloudFormation templates

Results 18 cloudformation-template-generator issues
Sort by recently updated
recently updated
newest added

The [docs](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-equals) say ``` value A value of any type that you want to compare. ``` So I believe that `Fn::Equals` should support more than just String arguments. I haven't...

Announcement: https://aws.amazon.com/about-aws/whats-new/2017/04/aws-cloudformation-adds-support-for-amazon-cognito-ebs-elastic-volumes-and-updates-resource-coverage/ * IdentityPool - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html * IdentityPoolRoleAttachment - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html * UserPool - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html * UserPoolClient - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html * UserPoolGroup - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html * UserPoolUser - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html * UserPoolUserToGroupAttachment - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html

Right now `AWS::CloudFormation::Stack` takes [Map[String, String]], which only allows for hard coded parameter values. At the very least, we want values to be a Token[String] so that we can reference...

I am willing to implement this, but have a question about how to implement the CustomJson field, as it must serialize to a Json object, rather than a string containing...

CFTG's type safety starts causing problems when trying to reference one template as a stack inside another. An example of this is if you want to have your core VPC...

There's 24 methods within this code-base that will throw. ## `???` ``` scala> ??? scala.NotImplementedError: an implementation is missing at scala.Predef$.$qmark$qmark$qmark(Predef.scala:230) ... 30 elided ``` ## Reference to 24 ```...

enhancement

There are use cases in which you might want to use a `ParameterRef` within a `Fn::Join`. This works just fine for String/Int parameters. However if the case of a `CidrParameter`...

A routes target can be a network interface ID. http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html#cfn-ec2-route-networkinterfaceid