lambda
lambda copied to clipboard
Example AWS lambda like function using Node.js and Docker
Results
2
lambda issues
Sort by
recently updated
recently updated
newest added
Missing `passport` dependency in `package.json`. When trying to do `docker build -t lambda-example .` I got the following: ``` npm info it worked if it ends with ok npm info...
Hi @jasnell, Does this also mimics how AWS Lambda uses and re-uses containers? - Every lambda functions have their own containers each. Created at first and re-uses it the next...