Bayer-Group / cloudformation-template-generator

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

Amiid deprecation #252

Closed bkrodgers closed 6 years ago

bkrodgers commented 6 years ago

Changed to just use Token[String]. The AMIId wrapper added little value and made it more difficult to look AMIs up from a custom Lambda.

This change also adds some implicit conversion helpers.