Logan Raarup
Logan Raarup
Hi @rickselby, it sounds like you're on the right track. In that case, we might need to differentiate between the local and AWS environment or, perhaps preferably, add some middleware...
We've encountered memory exhaustion for large files (~100 MB file consuming >4 GB memory) during decryption. I tested this PR and confirmed that memory consumption is significantly reduced.
Hi @ayaan-qadri, Thanks for the PR, great work! Would you be able to add a test case for this feature?
You could create a new test case by copying this one: https://github.com/logandk/serverless-wsgi/blob/f6eee3671e84b0c1f790fd5ac0615a68b40c2bc3/index.test.js#L2051 If you change the plugin configuration to contain multiple functions and add your new argument to the invocation,...
@ayaan-qadri Essentially, you'll need to write a piece of code that uses the new feature that you've implemented and assert that it does the right thing. Since we're not testing...
@ayaan-qadri Awesome, thanks for your effort. It looks like something else is messing up the CI pipeline at the moment (probably an update in ESLint that broke the build). I...