We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b3dae commit 6c5db36Copy full SHA for 6c5db36
demos/function/README.md
@@ -114,6 +114,11 @@ The `LambdaProxy` example reads files from form data and converts to CSV.
114
When deploying on AWS, be sure to `npm install` locally and include the modules
115
in the ZIP file.
116
117
+When reading form data, be sure to include the necessary binary types on the AWS API Gateway console.
118
+To do this, navigate to the "Binary Media Types" section in the settings tab of the console.
119
+For reading a file, you may need to add "multipart/form-data".
120
+For downloading a file, you may need to add "application/vnd.ms-excel".
121
+
122
#### Azure Functions
123
124
Azure supports many types of triggers. The `AzureHTTPTrigger` shows an example
0 commit comments