Phuong Duong

Results 1 comments of Phuong Duong

I got similar issue. It turned out the binary_types is empty somehow in _should_base64_decode_body of local_apigw_service.py line 631. The logic is: `is_best_match_in_binary_types = best_match_mimetype in binary_types or "*/*" in binary_types`...