1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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.
Contenuto pertinente
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 5 mesi fa