Bayer-Group / cloudformation-template-generator

A type-safe Scala DSL for generating CloudFormation templates
BSD 3-Clause "New" or "Revised" License
211 stars 71 forks source link

Change Events::Rule target Input to Token[String] #238

Closed seanmcl closed 6 years ago

seanmcl commented 6 years ago

Fixes a serialization bug. JsValue does not work.

bkrodgers commented 6 years ago

As with the other, it sounds like this is fixing something broken, so we don't need to worry about breaking any functionality that is currently working, right?

seanmcl commented 6 years ago

Yeah, it needs to be a JSON-encoded string, not a JSON value.