DEV Community

Cover image for Processing File Uploads with IBM Cloud Functions

Processing File Uploads with IBM Cloud Functions

Matt Hamilton on July 18, 2020

I've been doing a lot with IBM Cloud Functions recently. So far I've always been passing up simple query string values or json-encoded data. But wh...
Collapse
 
janipm profile image
Jani Siivola

Thank you sir :-) Today I was just struggling on how AWS Api Gateway HttpApi could handle multipart/form-data and this same IBM example works perfectly there as well.