stratosphere v0.33.0 Release Notes

  • To migrate to this version, you should just have to remove any uses of the old ResourceProperties sum type and pass your resource configuration directly into Resource:

      @@ -32,7 +32,6 @@ dbTemplate =
       rdsMaster :: Resource
       rdsMaster =
         resource "RDSMaster" $
      -  RDSDBInstanceProperties $
         rdsdbInstance
         "db.t2.micro"