Skip to content

v3.4.0

Compare
Choose a tag to compare
@bkrodgers bkrodgers released this 07 Nov 23:28
· 396 commits to master since this release

Added

  • Support for AWS::CloudFormation::Stack (see #100)
  • Change Description property of Function to Option[Token[String]] so it can contain CloudFormation expressions (see #97)
  • Ports in Security groups can now be parameterized (see #101)
  • Add stream specification for DynamoDB (see #94)
  • Add support for built-in AWS policies (see #108)
  • Add deletion policy to AWS::DynamoDB::Table (see #109)
  • Added the following resources: (see #111)
  • AWS::EC2::SubnetNetworkAclAssociation
  • AWS::ElastiCache::CacheCluser
  • AWS::ElastiCache::SubnetGroup
  • AWS::ECR::Repository
  • Added all supported database engines to AWS::RDS::DBInstance::Engine (see #111)
  • Added all supported disk types to AWS::EC2::Volume (see #111)
  • Add Kinesis support (see #112)
  • Add "DependsOn" to AWS::DynamoDb::Table (see #115)