Skip to content

v3.6.0

Compare
Choose a tag to compare
@bkrodgers bkrodgers released this 19 Apr 21:30
· 282 commits to master since this release

Note: This contains a small change to AWS::IAM::ManagedPolicy that may not be backwards compatible if you were relying on the implicit conversion from T to Option[T]. If you were already specifying your Path as Some("blah"), you're fine. Otherwise, it should be a simple change in your code to update it. See #149 for more details.

  • Implement support for ElasticLoadBalancingV2 (see #147)
  • Change Path type in IAM resources to be Token[String] (see #149)
  • Change AWS::RDS::DBInstance's Option[A]s to Option[Token[A]] (see #152)
  • Add DependsOn parameter to AWS::ECS::Service and AWS::ECS::Cluster (see #153)
  • Add AWS::Events::Rule (see #155)
  • Allow creation of alias records by hosted zone ID (see #157)
  • Add ProviderArns to AWS::ApiGateway::Authorizer (see #158)
  • Add support for AWS::Logs::* (see #159)