I am working on a messaging app in flutter and all the messages are stored in AWS DynamoDB. I didn't find any docs on direct support of DynamoDB and Dart. So I first connected DB to NodeJS and used http req from flutter app to get the messages. But its not much reliable. Only if I could find a way to connect it directly I could make the app more speeder. If anyone out there know a way for this please help out.