aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement intrinsics for ccdeploy

ericzbeard opened this issue · comments

Done:

  • Ref
  • Fn::GetAtt
  • Fn::Sub

TODO:

  • Fn::Base64
  • Fn::Cidr
  • Condition functions
  • Fn::FindInMap
  • Fn::ForEach
  • Fn::GetAZs
  • Fn::ImportValue
  • Fn::Join
  • Fn::Length
  • Fn::Select
  • Fn::Split
  • Fn::ToJsonString
  • Fn::Transform

Implemented partial support for intrinsics in #239