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

Add support for custom CF resource calls #250

Closed bkrodgers closed 6 years ago

bkrodgers commented 6 years ago

I'm not sure if my JsonableWrapper thing is the cleanest way to make this work, but it was the best I came up with for wanting to allow for a map of String -> AnythingThatCanBeWrittenToJson. I don't think there's any way to define the Map's value type with a context bound or anything like that.

tjcorr commented 6 years ago

LGTM