How to connect AWS DynamoDb directly with dart

489

There is not an AWS SDK for this programming language. The only thing I can think of is to write code in your programming language that can invoke DynamoDB using Rest. There is an AWS documentation including an example:

DynamoDB Low-Level API

Share:
489
AliMohammed Manzoor
Author by

AliMohammed Manzoor

Updated on December 30, 2022

Comments

  • AliMohammed Manzoor
    AliMohammed Manzoor over 1 year

    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.

  • Richard Heap
    Richard Heap over 2 years
    And a Dart implementation of that low level API here: pub.dev/packages/aws_dynamodb_api