These errors are both in how you return values from your lamdba. We did recently add some better support for multivalue headers that might have changed things, but as of today, everything - header, body, etc, needs to be JSON.stringify()'d like this:
When you don’t do that for something that is being returned from your lambda, you’ll receive errors like the above.