You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: