Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tyingq
on Oct 17, 2022
|
parent
|
context
|
favorite
| on:
How to build software like an SRE
There's also a fair amount of lambdas where you can just invoke the lambda handler yourself without anything special other than a compatible version of python/node/etc. Variations of things like:
node -e "console.log(require('./index').handler(require('./event.json')));"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
node -e "console.log(require('./index').handler(require('./event.json')));"