goal: have make node_modules_aws create a node_modules_aws with npm dependencies but with native code compiled for the aws lambda architecture. This way, a repository/folder could switch out the node_modules folder for the contents of node_modules_aws in its make dist step, and deliver a distribution artifact that can run on aws lambda.
goal: have
make node_modules_aws
create a node_modules_aws with npm dependencies but with native code compiled for the aws lambda architecture. This way, a repository/folder could switch out thenode_modules
folder for the contents ofnode_modules_aws
in itsmake dist
step, and deliver a distribution artifact that can run on aws lambda.how: use https://github.com/iopipe/awslambda-npm-install as inspiration
steps:
node_modules_aws
foldercc @IanSavchenko keyword: heatmaps 👻