maciejtreder / serverless-apigw-binary

Serverless plugin for binary files support in AWS Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this plugin dependable of aws-serverless-express?

rcfrias opened this issue · comments

I've noticed that the examples are using the "aws-serverless-express" server, what for me its too much overhead, so I want to only support image/jpeg and manipulate it inside my lambda with something like Graphics Magick and thats it, no need to have a universal entry point.
*Btw, have you tried sending data + image with multipart/form-data using this plugin and succeeded?

Hello,

This plugin doesn't depend on aws-serverless-express. This library is used only as an example of usage.

No I did not try to send image via multipart/form with this plugin.