Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Node runtime for tilegarden #801

Closed
KlaasH opened this issue Mar 26, 2020 · 1 comment · Fixed by #819
Closed

Upgrade Node runtime for tilegarden #801

KlaasH opened this issue Mar 26, 2020 · 1 comment · Fixed by #819
Assignees

Comments

@KlaasH
Copy link
Contributor

KlaasH commented Mar 26, 2020

A staging deploy failed with "InvalidParameterValueException: The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions."

The existing production tiler is working fine. I skipped that part of the deployment last time, since there were no changes, and we could presumably do that again if necessary. Until either we want to change something or something else happens that requires a full redeploy. Best to be ready.

I don't think there's any reason to expect problems upgrading the runtime, though we'll also want to upgrade dependencies, which means there could be trouble from node-mapnik.

@flibbertigibbet
Copy link
Contributor

Someone else tried updating a Lambda for node 10/12 with node-mapnik and wound up using a custom executable: mapnik/node-mapnik#937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment