Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Lambda in Part 6 fails to deploy as Node.Js version 10 is no longer supported #168

Open
Doriordan2 opened this issue Apr 18, 2022 · 0 comments

Comments

@Doriordan2
Copy link

Doriordan2 commented Apr 18, 2022

Parts 1 & 2 still work but when I then move on to Part 6, the cloud formation fails to complete due an error while creating the Lambda. This is being created with Node.Js version 10 which is no longer supported. I attempted to update the createLambda.sh file and the package.json files to version 14 but then during deployment it fails again due to "Pre-built binaries not found for [email protected] and [email protected]". I have no idea where this specific version of grpc is being defined but it refuses to try another version. Instead it compiles it itself which takes ages and results in the S3 package being greater than 250MB which lambda does not support. Ultimately no matter what I do, it fails to create the lambda.

This Part 6 section needs its code updated to suport Node.js 14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant