Parsing response with XML data

Hi is there is a way to parse a response containing a XML body in CDK with python
inside parse response function…?

You can overwrite the current read_records to read xml instead of json. Today there isn’t any tutorial/guide to show how to do it.