mapbox / magic-cfn-resources

Build Lambda-backed custom CloudFormation resources ✨
4 stars 5 forks source link

Build() uses lambda nodejs8.10 runtime #36

Closed rclark closed 5 years ago

rclark commented 5 years ago

.build() creates a lambda function in some other stack. This PR updates that Lambda function to the nodejs8.10 runtime, since nodejs6.10 is officially deprecated.

rclark commented 5 years ago

Nevermind I was behind master. This was taken care of in https://github.com/mapbox/magic-cfn-resources/pull/35.