With Serverless-Offline for our Python project, when we make an API request which returns a list of entities the first call is always empty, here more details:
The data logged is preceded with Serverless: Failure:.

When reducing the number of entities to be returned it doesn't fail anymore.
thank you @Rafaelsk !
marking as bug for now. probably something wrong with the JSON detection mechanism, which caused a lot of problems. we'll have a look soon.
hopefully fixed with https://github.com/dherault/serverless-offline/pull/785
@Rafaelsk I rewrote the (fairly buggy) python handling code, and it's running great locally. release should be coming soon. meanwhile you can give alpha.13 a try, which should include some fixes.
@dnalborczyk Alright. Thanks for the notice.