[Lambda] node-gyp
JS/Node.js2019. 5. 16. 00:31
C++ Addons as AWS Lambda functions
https://nodeaddons.com/c-addons-as-aws-lambda-functions/
C++ Addons as AWS Lambda functions
C++ Addons as AWS Lambda functions
nodeaddons.com
Cross-compile node module with native bindings with node-gyp
I'm using AWS Lambda, which involves creating an archive of my node.js script, including the node_modules folder and uploading that to their infrastructure to run. This works fine, except when it ...
stackoverflow.com
'JS > Node.js' 카테고리의 다른 글
[정리] 아하 REST API 서버 개발 #3 (0) | 2019.03.31 |
---|---|
[정리] 아하 REST API 서버 개발 #1, #2 (0) | 2019.03.31 |
[Node.js] How to store emoji in MySQL (0) | 2019.02.03 |