Looking for help on how to have a appery.io ionic 5 app upload images, files, videos etc. to aws S3. I am using aws DynamoDB thru API Express successfully and can get a presigned S3 URL thru API Express as well. My problem is using the presigned URL to upload a image/file. Tried fetch, httpClient etc. Some Guidence would be greatly appreciated.
Thank you
To work with binary data in API Express you can do the following:
Custom REST APItypePOSTmethod andBinaryfor request bodyBinary requestas parameter value in SQL nodeThe second part of the question is how can you get the binary data if you have
fileUrl.Create New > API Express serviceCodetab create a variable namedbufferof typeAnyDatatab add datasource for the imported API Express service. InBefore sendmapping connectbufferwithbody.dataScreen1