Skip to content

Commit

Permalink
Merge pull request #98 from anelson/issue_97
Browse files Browse the repository at this point in the history
[#97] Make AWS::Lambda::Function#Description Option[Token[String]]
  • Loading branch information
T.J. Corrigan committed Jun 9, 2016
2 parents 989b5c5 + ede101c commit d3e3180
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 d3e3180

Please sign in to comment.