Skip to content

Commit

Permalink
[#97] Change Description property of Function to Option[Token[String]…
Browse files Browse the repository at this point in the history
…] so it can contain CloudFormation expressions
  • Loading branch information
anelson committed Jun 6, 2016
1 parent 989b5c5 commit ede101c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Runtime {

case class `AWS::Lambda::Function`(name: String,
Code: Code,
Description: Option[String],
Description: Option[Token[String]],
Handler: String,
Runtime: Runtime,
MemorySize: Option[Token[Int]] = None,
Expand Down

0 comments on commit ede101c

Please sign in to comment.