1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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.
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos