stratosphere v0.2.0 Release Notes

    • ๐Ÿ’ฅ Breaking change: The DependsOn property previously allowed lists of Val Text, when in fact CloudFormation only accepts literal Text values. The new type of DependsOn is Maybe [Text].
    • โž• Added AWS::ElastiCache::CacheCluster resource (@MichaelXavier)
    • โž• Added many AWS::Lambda resources and associated resource properties (@ababkin)
    • โž• Added new ImportValue CloudFormation function (@timmytofu)
    • โž• Added tons of AWS Kineses resources (@MichaelXavier)
    • โž• Added a lot of Api Gateway resources (@ababkin)
    • ๐Ÿ‘ Allow setting LensPrefix in JSON model files to avoid name collisions (https://github.com/frontrowed/stratosphere/issues/27)