mbj / stratosphere

Haskell EDSL and type-checker for AWS CloudFormation templates
MIT License
162 stars 19 forks source link

Support newer versions of nodejs aws lambda runtimes #195

Closed joelmccracken closed 1 year ago

joelmccracken commented 1 year ago

The newest one listed, node12x, is about to be EOL. I'm working on a patch to add some new ones.

mbj commented 1 year ago

Hi joel, I started to work on stratosphere again. I expect an updated release before new year.

mbj commented 1 year ago

@joelmccracken ended up to work on this in the new year, please check out: https://github.com/mbj/stratosphere/pull/203 which is a more "universal" albeit "less pretty" solution to the issue. I'll close this ticket with #203 merged, but a release for #203 state will take a while as I've got some more breaking changes to introduce.

mbj commented 1 year ago

@joelmccracken You could always use OtherRuntimes "yourNewLiteral" in the released versions. you should not be blocked on the enum members (I removed anyway).