* Adding separators options to print to json function [GH*19] * Add cfn2py script to convert json templates to Python [GH*22] * Add EnableDnsSupport and EnableDnsHostnames properties for VPC [GH*23] * Add VPC support to elasticache [GH*24] * Fix missing Import Ref [GH*26] * Add missing AWS::SQS::Queue properties * Add resource naming (Name Type) * Allow Ref's in the list objects
0.3.3
------------------
* Fix Ref() to output the name only [GH*17] * Add Ref test. * Fix some IAM issues
0.3.2
------------------
* Convert VPCDHCPOptionsAssociation to not have \_\_init\_\_ * Fix Output, Parameter and UpdatePolicy to not output a Properties dict * Raise a ValueError if adding a duplicate object to the template * Set the correct dictname for UpdatePolicy
0.3.1
------------------
* Make the code more DRY [GH*15] * Add a optional `name` argument to AWSProperty constructor * Add ability to push large stack templates to S3 * InstanceType is not required (defaults to m1.small) * Add AssociatePublicIpAddress property for AutoScaling LaunchConfiguration * Make Tags an AWSHelperFn to make it easier to assign * Resource property types should not be in a Properties dictionary * Clean up "required" error checking and handle property types better
0.3.0
------------------
* Do not validate AWSHelperFun's [GH*8] [GH*9] * Add missing return in integer\_range [GH*10] * integer\_range validator for ELB HealthyCheckInt * Convert RDS::DBInstance::VPCSecurityGroups to new list type checking * VPCSecurityGroups for RDS should be a list, not a basestring
0.2.9
------------------
* Fixing ELB LoadBalancerPorts not required (error in the AWS docs)