1 個回答
- 最新
- 最多得票
- 最多評論
0
What are you trying to do? Send compressed content to the function or receive compressed content from the function? In either case, the content is binary, so it will be base64 encoded.
If you want to return from the function to the client, you need to compress the body yourself, encode it using base64, and set the content-type appropriately.
相關內容
- AWS 官方已更新 2 年前
- AWS 官方已更新 4 年前