aws-lambda-unzip
aws-lambda-unzip copied to clipboard
How can the results of the lambda be returned to the client?
Hi there
thank you for this library.
Am wondering whether I can use your library for this workflow:
- A user uploads a zip file to a bucket - this is done in Chrome / Firefox etc. on the client side.
- The lamba fires are returns the results of lambda_handler
- How can I return the results of the lambda function back to the client? Secondly, what is the best way to trigger the lambda?
Any pointers would be much appreciated.
regards
Ben