claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 276 forks source link

Allow event data on stdin #161

Closed sheerun closed 6 years ago

sheerun commented 6 years ago

Could something like this be possible?

echo `{ "foo": "bar" }` | claudia test-lambda

Also:

Would it be possible to have test-local for local testing?

gojko commented 6 years ago

please use the gitter chat for discussions, we use github issues for bugs only