1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
Contenus pertinents
- demandé il y a 3 mois
- demandé il y a un an
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 3 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans