Cihan Bebek
Cihan Bebek
Hey, My idea was that the Lambda function could include something like manipulation of the file or use data of the file in something. This could also be done as...
@princeinexile It seems to be possible, however I never finished my implementation. You might wanna check this blog which has quite simple instructions on how to do it with [Zappa](https://github.com/Miserlou/Zappa)...
@princeinexile >Can you help me with how to link lambda function and api gateway This question is not really related to this thread.
@aemc I think you should be able to set the file name when creating the presigned url. There you can add it with the extension included, if you wish to.
Cool! There is a pretty good guide on how to write the declaration files at [codeplex.com](https://typescript.codeplex.com/wikipage?title=Writing%20Definition%20%28.d.ts%29%20Files), however it might be a little hard to approach if you haven't written TypeScript...
Hey @kanbekotori & @alifatic I solved this issue with a new option: https://github.com/indexzero/http-server/pull/439
Can confirm, receiving same error as markhaasjes with: ``` βββ [email protected] βββ¬ [email protected] βββ [email protected] ```
Can confirm: as long as body is a FormData-object, it should work without headers! Example where I send a File `file` along with a `string` parameter called `description`: ``` import...