Skip to content

Commit

Permalink
Revert breaking change to Lambda::Function which I did not intend to …
Browse files Browse the repository at this point in the history
…include in this patch
  • Loading branch information
anelson committed Jun 6, 2016
1 parent 57f28a8 commit 80a0288
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[Token[String]],
Description: Option[String],
Handler: String,
Runtime: Runtime,
MemorySize: Option[Token[Int]] = None,
Expand Down

0 comments on commit 80a0288

Please sign in to comment.