aws / aws-lambda-base-images

Apache License 2.0
669 stars 109 forks source link

`process.arch` is `undefined`, not `x64`, in lambda@edge #141

Open jlarmstrongiv opened 8 months ago

jlarmstrongiv commented 8 months ago

Not sure the best place to make this issue, but process.arch is undefined in lambda@edge, whereas NodeJS defines process.arch as a string (usually x64 or arm64).

jlarmstrongiv commented 8 months ago

process.versions.node does not exist either