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
node-lambda build gives the following (sensible) warning on macOS: Warning!!! You are building on a platform that is not 64-bit Linux (darwin.x64). If any of your Node dependencies include C-extensions, they may not work as expected in the Lambda environment.
One way to build on non-Linux platforms is lambci/docker-lambda project that creates a Lambda-like environment in docker.
A node-lambda build --docker option would be great.
The text was updated successfully, but these errors were encountered:
node-lambda build
gives the following (sensible) warning on macOS:Warning!!! You are building on a platform that is not 64-bit Linux (darwin.x64). If any of your Node dependencies include C-extensions, they may not work as expected in the Lambda environment.
One way to build on non-Linux platforms is lambci/docker-lambda project that creates a Lambda-like environment in docker.
A
node-lambda build --docker
option would be great.The text was updated successfully, but these errors were encountered: