Kyle Quarles

Results 4 comments of Kyle Quarles

Going off of the tests in the project itself (see: test/integ/lambda_invoke_test.js), lambda_invoke can be used in integration tests by spawning a grunt subprocess to run the desired target, then assert...

I think it would be beneficial to use lambda_invoke to verify that packaging succeeded. My initial thought was, "while we're at it, let's just use the multitask itself to define...

That'll teach me to do quick-and-dirty edits. Giving this a proper coat of polish; will update PR afterwards.

And in the course of actually reading things, I now see how lambda_invoke can be used in integration tests, even for expected failure cases. I'll go ahead and add the...