Is it possible for the AWS Gateway API to respond with a file (zip file) with HTTP endpoint integration? I heard that the AWS Gateway API does not support binary formats, but was not sure if it was for input or input and output.
I have an existing HTTP endpoint and want to add the AWS Gateway API to it; it returns a file (zip) in response.
So far, you cannot respond with a Zip file (any binary type) using the API gateway. (As indicated in the official AWS forum )
As a job, you can save your file to S3 and send a link to the file using the Gateway API.
, API- UTF-8. S3 . API S3 URL- S3.
,
Source: https://habr.com/ru/post/1623914/More articles:Spark SQL Parquet File - apache-sparkHow to debug Java agent - java-bytecode-asmCurve interpolation - pythonJavascript attribute object property inside an object callback - javascriptFocus on the field after keydown event without inserting a character - javascriptI want to display a warning message status if I lose my internet connection - javascriptHow to exclude link to content folder from nuget package - .netWhy is this the difference between the standard paper equation of local reaction and the implementation of tensor flow? - pythonSending tags, variation template, universal link and missing const specifier - c ++Unity save image to gallery android / ios - androidAll Articles