mapbox / magic-cfn-resources

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

Update lambda runtime to nodejs14.x #39

Closed zmully closed 2 years ago

zmully commented 2 years ago

:wave: Hey mapboxers! The nodejs10.x lambda runtime EOLs Nov 30, 2021 but I've already started getting errors preventing stacks from launching. This looks like a simple change but I've not permissions to PR it.

21:13:27Z us-east-1: CREATE_FAILED StackOutputsFunction: Resource handler returned message: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions. (Service: Lambda, Status Code: 400, ...
Benyuel commented 2 years ago

resolved by #41